confirm before setting migration
This commit is contained in:
parent
26777d9e30
commit
c23333110d
2 changed files with 10 additions and 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",
|
||||
|
|
Reference in a new issue