hiveguard-backend
Version:
Backend for HiveGuard
31 lines (30 loc) • 542 B
JSON
{
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"max-len": [
"error",
{
"code": 78,
"tabWidth": 2,
"comments": 78,
"ignoreComments": false,
"ignoreTrailingComments": false,
"ignoreUrls": false,
"ignoreStrings": false,
"ignoreTemplateLiterals": false,
"ignoreRegExpLiterals": false
}
],
"no-console": "off"
}
}