forked from mirror/Mainroad
Update ESLint rules
* Disable `no-unused-vars`, `no-shadow-restricted-names`
This commit is contained in:
parent
08ff4c67f9
commit
f9c1a95d55
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
"extends": "airbnb-base/legacy",
|
||||
"rules": {
|
||||
"indent": [2, "tab"],
|
||||
"no-tabs": 0
|
||||
"no-tabs": 0,
|
||||
"no-unused-vars": 0,
|
||||
"no-shadow-restricted-names": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue