diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-24 22:38:39 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-24 22:39:46 +0900 |
commit | 80a4a347ec92f3e702075e448aba191ad3627cf6 (patch) | |
tree | 517bceb278b21435edb9568084bad3ebd0ac6a06 /.eslintrc | |
parent | 0a1aeb2342d955bd802d05993dd7d0deddeb44c9 (diff) |
Update .eslintrc
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ "no-alert": "off", "no-bitwise": "off", "no-console": ["error", { "allow": ["warn", "error"] }], + "no-continue": "off", "no-empty-function": "off", "no-magic-numbers": "off", "no-mixed-operators": "off", |