aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 8566445..216b847 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -19,6 +19,7 @@
"arrow-parens": ["error", "as-needed", { "requireForBlockBody": true }],
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
"capitalized-comments": "off",
+ "class-methods-use-this": "off",
"comma-dangle": "off",
"consistent-return": "off",
"default-case": "off",