aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index cb5c18b..caa810f 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -67,6 +67,13 @@
"mode": "strict"
}
],
+ "keyword-spacing": [
+ "error",
+ {
+ "after": true,
+ "before": true
+ }
+ ],
"linebreak-style": [
"error",
"unix"