Enforce object key spacing

This commit is contained in:
Pierre Ossman
2018-09-06 17:07:11 +02:00
parent 22d10c756a
commit 942a312779
8 changed files with 12 additions and 7 deletions
+1
View File
@@ -34,5 +34,6 @@
"func-call-spacing": ["error"],
"func-names": ["error"],
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"key-spacing": ["error"],
}
}