diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-12 20:20:33 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-12 20:20:33 +0300 |
commit | 7e4ebee9a0e56546d6dce76c5c48d6d13371c689 (patch) | |
tree | eb905fa1307833c1ab856c387be2fa533ed2ea34 /.eslintrc.json | |
parent | 2a4e1ff734533a026ebf4122c31355e2dffba1b2 (diff) | |
download | which-api-7e4ebee9a0e56546d6dce76c5c48d6d13371c689.tar.gz |
style: fix all eslint errors
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index cab5e1b..2a3b4a8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,9 +14,12 @@ "arrow-parens": [2, "as-needed"], "comma-dangle": ["error", "never"], "import/extensions": ["error", { "ts": "never" }], + "class-methods-use-this": 0, "arrow-body-style": 0, "no-underscore-dangle": 0, "no-cond-assign": 0, + "no-console": 0, + "no-plusplus": 0, "linebreak-style": 0 } } |