17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
{
|
|
"eslint": {
|
|
"env": {
|
|
"node": true,
|
|
"browser": true
|
|
},
|
|
|
|
"rules": {
|
|
"no-console": 0,
|
|
"fecs-max-statements": 0,
|
|
"max-params": 0,
|
|
"max-depth": 0,
|
|
"fecs-camelcase": 0
|
|
}
|
|
}
|
|
}
|