Merge pull request #369 from pdehaan/eslint-no-alert

Add ESLint no-alert shame rule
This commit is contained in:
Danny Coates
2017-08-02 12:34:27 -07:00
committed by GitHub

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