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