atcheck/lsscanner/new_ubuntu/node_modules/globalthis/.eslintrc

14 lines
148 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"globals": {
"globalThis": false,
},
"rules": {
"max-statements-per-line": [2, { "max": 2 }]
}
}