aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 7ba01cb..f5ed0e4 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -24,6 +24,9 @@
"no-negated-in-lhs": [
"off"
],
+ "no-spaced-func": [
+ "off"
+ ],
"no-tabs": [
"error",
{