Add "no-alert" eslint rule
This commit is contained in:
parent
7db2b00be3
commit
6ce2e052e1
1 changed files with 1 additions and 0 deletions
|
|
@ -77,5 +77,6 @@ module.exports = {
|
|||
"no-template-curly-in-string": "error",
|
||||
"block-scoped-var": "error",
|
||||
"guard-for-in": "error",
|
||||
"no-alert": "error",
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue