mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Add ESLint no-alert 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