mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-03-13 09:40:17 +01:00
15 lines
132 B
Plaintext
15 lines
132 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
},
|
|
|
|
"rules": {
|
|
"id-length": "off",
|
|
},
|
|
}
|