Enforce keyword spacing
This commit is contained in:
parent
942a312779
commit
35068204f4
|
@ -35,5 +35,6 @@
|
||||||
"func-names": ["error"],
|
"func-names": ["error"],
|
||||||
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
|
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
|
||||||
"key-spacing": ["error"],
|
"key-spacing": ["error"],
|
||||||
|
"keyword-spacing": ["error"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue