confirm before setting migration

This commit is contained in:
Shin'ya Ueoka 2017-11-26 16:41:59 +09:00
parent 26777d9e30
commit c23333110d
2 changed files with 10 additions and 0 deletions

View file

@ -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",