Enforce keyword spacing

This commit is contained in:
Pierre Ossman 2018-09-06 17:08:19 +02:00
parent 942a312779
commit 35068204f4
3 changed files with 4 additions and 3 deletions

View File

@ -35,5 +35,6 @@
"func-names": ["error"],
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"key-spacing": ["error"],
"keyword-spacing": ["error"],
}
}