summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-09-06 17:08:19 +0200
committerPierre Ossman <ossman@cendio.se>2018-09-06 17:08:19 +0200
commit35068204f4dcd7610d3dfd3713d5a540ce7bf002 (patch)
tree6069597aae7b35bfb4e85469187c04106cddef4c /.eslintrc
parent942a3127796f9f1b6d6f326cc043d2859c7ee1cb (diff)
downloadnovnc-35068204f4dcd7610d3dfd3713d5a540ce7bf002.tar.gz
Enforce keyword spacing
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 4edbb50..85c46b1 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -35,5 +35,6 @@
"func-names": ["error"],
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"key-spacing": ["error"],
+ "keyword-spacing": ["error"],
}
}