23 lines
415 B
Plaintext
23 lines
415 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"strict": 0,
|
|
"no-underscore-dangle": 0,
|
|
"no-unused-vars": 0,
|
|
"curly": 0,
|
|
"no-multi-spaces": 0,
|
|
"key-spacing": 0,
|
|
"no-return-assign": 0,
|
|
"consistent-return": 0,
|
|
"no-shadow": 0,
|
|
"no-comma-dangle": 0,
|
|
"no-use-before-define": 0,
|
|
"no-empty": 0,
|
|
"new-parens": 0,
|
|
"no-cond-assign": 0
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|