diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-06-28 20:44:57 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-06-28 20:44:57 +0900 |
commit | e2fb33bdc513385e9d71bc5b3d5068f7db9713d7 (patch) | |
tree | 28d544a6fd2237f5d0ed7809d45d783c18b9261f /.eslintrc | |
parent | 03cf265eff0f4866959369531c2a1f5a5a0684b7 (diff) |
fix but failed
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ "id-length": "off", "indent": ["error", 2], "jsx-quotes": ["error", "prefer-single"], + "max-classes-per-file": "off", "max-params": ["error", 5], "max-statements": ["error", 15], "multiline-comment-style": "off", |