15 lines
171 B
JSON
15 lines
171 B
JSON
|
{
|
||
|
"env": {
|
||
|
"commonjs": true,
|
||
|
"node": true,
|
||
|
"mocha": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-console": "warn",
|
||
|
"strict": [
|
||
|
"error",
|
||
|
"safe"
|
||
|
]
|
||
|
}
|
||
|
}
|