matrix-public-archive/test/.eslintrc.json

16 lines
210 B
JSON
Raw Permalink Normal View History

2022-02-22 15:06:29 -07:00
{
"env": {
"commonjs": true,
"node": true,
"mocha": true
},
"rules": {
"no-console": "warn",
"strict": [
"error",
"safe"
],
"n/no-unpublished-require": "off"
2022-02-22 15:06:29 -07:00
}
}