mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
Merge pull request #369 from pdehaan/eslint-no-alert
Add ESLint no-alert shame rule
This commit is contained in:
@@ -21,6 +21,7 @@ rules:
|
|||||||
|
|
||||||
eol-last: [error, always]
|
eol-last: [error, always]
|
||||||
eqeqeq: error
|
eqeqeq: error
|
||||||
|
no-alert: warn
|
||||||
no-console: warn
|
no-console: warn
|
||||||
no-path-concat: error
|
no-path-concat: error
|
||||||
no-unused-vars: [error, {argsIgnorePattern: "^_|err|event|next|reject"}]
|
no-unused-vars: [error, {argsIgnorePattern: "^_|err|event|next|reject"}]
|
||||||
|
|||||||
Reference in New Issue
Block a user