2023-08-13 16:48:04 +03:00

15 lines
132 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"rules": {
"id-length": "off",
},
}