diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-09-06 16:44:53 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-09-06 16:44:53 +0200 |
commit | f77f41ee95b57c298307257b2ad9bf049110229c (patch) | |
tree | cfe40f5b0f10a88a41a09e395f79ff1deccf6c54 | |
parent | 6786fd87193a6e3d392c4ab00295c6a2b898c71e (diff) | |
download | novnc-f77f41ee95b57c298307257b2ad9bf049110229c.tar.gz |
Enforce comma style
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ "ObjectExpression": "first", "ignoreComments": true }], "comma-spacing": ["error"], + "comma-style": ["error"], } } |