2025-08-05 23:51:42 +08:00

17 lines
224 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"globals": {
"Float64Array": "readonly",
"Uint8Array": "readonly",
"Uint16Array": "readonly",
},
"rules": {
"complexity": "off",
"max-lines-per-function": "off",
},
}