Add ESLint no-alert rule
This commit is contained in:
parent
c9c7c3182c
commit
5f66496519
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ rules:
|
||||||
|
|
||||||
eol-last: [error, always]
|
eol-last: [error, always]
|
||||||
eqeqeq: error
|
eqeqeq: error
|
||||||
|
no-alert: warn
|
||||||
no-console: warn
|
no-console: warn
|
||||||
no-path-concat: error
|
no-path-concat: error
|
||||||
no-unused-vars: [error, {argsIgnorePattern: "^_|err|event|next|reject"}]
|
no-unused-vars: [error, {argsIgnorePattern: "^_|err|event|next|reject"}]
|
||||||
|
|
Loading…
Reference in a new issue