diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-01 10:01:09 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-01 10:01:09 +0900 |
commit | be5f4d12d5afc12f25b1e2732075ee416f5665bf (patch) | |
tree | 251246f952f67437fa61e48382d32a12bac41dfe /.eslintrc | |
parent | 0c0a7efe70012675d1db1899ad3d051f1271200a (diff) |
allow class-methods-use-this
Diffstat (limited to '.eslintrc')
-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", |