Fix linting
This commit is contained in:
parent
553ba9db9a
commit
bb5189c9ed
35 changed files with 157 additions and 866 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"extends": "airbnb/base",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"ecmaVersion": 2017,
|
||||
"sourceType": "module",
|
||||
"ecmaFeatures": {
|
||||
"experimentalObjectRestSpread": true
|
||||
},
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
|
@ -14,5 +14,6 @@
|
|||
"rules": {
|
||||
"quotes": [2, "single"],
|
||||
"no-underscore-dangle": [0],
|
||||
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue