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:
parent
c9c7c3182c
commit
5f66496519
@ -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 New Issue
Block a user