diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-26 16:41:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-26 16:41:59 +0900 |
commit | c23333110d846b4bf4a76422853820875b74e93a (patch) | |
tree | 64555dd19f414d27308ec3cd43ed6bdfef7d077b /.eslintrc | |
parent | 26777d9e309dbc328b59581adb92f160c18f812c (diff) |
confirm before setting migration
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ "newline-after-var": "off", "newline-before-return": "off", "newline-per-chained-call": "off", + "no-alert": "off", "no-bitwise": "off", "no-console": ["error", { "allow": ["warn", "error"] }], "no-empty-function": "off", |