diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-25 22:14:28 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-26 11:45:05 +0900 |
commit | d15de42a75ee0f722e8779af1ecff8b51e59c56d (patch) | |
tree | e5df392c8a1f1bf0007ab2095e8b8c2ca779f097 /.eslintrc | |
parent | f27d21908a2b402e3274288d4411a48160f38e4c (diff) |
settings helpers
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ "no-plusplus": "off", "no-ternary": "off", "no-undefined": "off", + "no-undef-init": "off", "no-unused-vars": ["error", { "varsIgnorePattern": "h" }], "no-use-before-define": "off", "no-warning-comments": "off", |