diff options
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |