16 lines
220 B
Plaintext
16 lines
220 B
Plaintext
|
{
|
||
|
"extends": ["airbnb"],
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"plugins": [
|
||
|
"mocha"
|
||
|
],
|
||
|
"rules": {
|
||
|
"arrow-parens": ["error", "as-needed"],
|
||
|
"no-param-reassign": 0,
|
||
|
"strict": 0
|
||
|
}
|
||
|
}
|