summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index bac88d248..cc08714b5 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -18,7 +18,7 @@
"capitalized-comments": "off",
"curly": ["error", "multi-line"],
"func-names": "off",
- // "func-style": ["error", "declaration"],
+ "func-style": ["error", "declaration"],
"id-length": ["error", { "min": 1 }],
"line-comment-position": "off",
"logical-assignment-operators": ["error", "never"],
@@ -65,7 +65,6 @@
// Temporarily disabled rules
- "func-style": "off",
"max-lines": "off",
"max-lines-per-function": "off",
"no-invalid-this": "off",