Merge pull request #369 from pdehaan/eslint-no-alert
Add ESLint no-alert shame rule
This commit is contained in:
commit
ada45323e1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ rules:
|
|||
|
||||
eol-last: [error, always]
|
||||
eqeqeq: error
|
||||
no-alert: warn
|
||||
no-console: warn
|
||||
no-path-concat: error
|
||||
no-unused-vars: [error, {argsIgnorePattern: "^_|err|event|next|reject"}]
|
||||
|
|
Loading…
Reference in a new issue