1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-10 05:02:45 +01:00

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

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