diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-19 21:08:32 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-19 21:08:32 +0900 |
commit | a58a18b3614f5bfeabd371bb81d290e53f870a68 (patch) | |
tree | b9d90bfb207489402fa67a99607a6791bf8d3512 /.eslintrc | |
parent | 5a0dc6844592b7f46b8cc91e981ad54c2fd3888a (diff) |
Update eslint
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,7 @@ "jsx-quotes": ["error", "prefer-single"], "max-classes-per-file": "off", "max-lines": "off", - "max-params": ["error", 5], + "max-params": ["error", 10], "max-statements": ["error", 15], "multiline-comment-style": "off", "multiline-ternary": "off", @@ -57,6 +57,7 @@ "no-undef-init": "off", "no-unused-vars": "off", "no-use-before-define": "off", + "no-useless-constructor": "off", "no-warning-comments": "off", "object-curly-newline": ["error", { "consistent": true }], "object-curly-spacing": ["error", "always", { "arraysInObjects": false, "objectsInObjects": false }], |