aboutsummaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r--src/rules/eslint.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 04fda73..7793435 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -212,6 +212,10 @@
"ignoreCase": false
}
],
+ "space-before-blocks": [
+ "error",
+ "always"
+ ],
"space-before-function-paren": [
"error",
{