[!!!][TASK] Use eslint default
This commit is contained in:
parent
c451775021
commit
173674c2a1
21 changed files with 387 additions and 159 deletions
8
.eslintrc
Normal file
8
.eslintrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
"extends":
|
||||
- "defaults/configurations/eslint"
|
||||
|
||||
rules:
|
||||
"semi": ["error", "always"]
|
||||
"no-undef": 0
|
||||
"no-console": ["error", { allow: ["warn", "error"] }]
|
Loading…
Add table
Add a link
Reference in a new issue