eslint: enable no-implicit-coercion
This commit is contained in:
parent
8ff1cd8317
commit
9c2beac7dd
4 changed files with 4 additions and 3 deletions
|
@ -26,6 +26,7 @@ export default [
|
|||
"eqeqeq": "error",
|
||||
"no-invalid-this": "error",
|
||||
"prefer-arrow-callback": "error",
|
||||
"no-implicit-coercion": "warn",
|
||||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue