system_assignation/node_modules/globalthis/.eslintrc

19 lines
198 B
Plaintext
Raw Normal View History

2022-03-24 09:22:39 -04:00
{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"globals": {
"globalThis": false,
},
"rules": {
"max-statements-per-line": [2, { "max": 2 }]
}
}