24
1
Fork 0

Add ESLint no-alert rule

This commit is contained in:
Peter deHaan 2017-07-31 23:59:18 -07:00
parent c9c7c3182c
commit 5f66496519
No known key found for this signature in database
GPG Key ID: F0FC6C01C6305097
1 changed files with 1 additions and 0 deletions

View File

@ -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"}]