change eslint rule no-alert to error
This commit is contained in:
parent
c855d86bf8
commit
eee793f5e6
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ module.exports = [
|
|||
"curly": ["error", "multi-line", "consistent"],
|
||||
"dot-notation": "error",
|
||||
"eqeqeq": ["error", "smart"],
|
||||
"no-alert": "warn",
|
||||
"no-alert": "error",
|
||||
"no-array-constructor": "error",
|
||||
"no-caller": "error",
|
||||
"no-console": "warn",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue