allow class-methods-use-this
This commit is contained in:
parent
0c0a7efe70
commit
be5f4d12d5
1 changed files with 1 additions and 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",
|
||||
|
|
Reference in a new issue