frontend/.pnpm-store/v3/files/40/0a48e1ce8bf0dbaf56d85f2df80742977e2dbd6287b0375a6b77971ef22f4fbfbfcf688cced7b10bc048477889685d1ad87733079d156fcd63191a09150a8b

37 lines
536 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"array-bracket-newline": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"ArraySpeciesCreate",
"Call",
"CreateDataPropertyOrThrow",
"Get",
"HasProperty",
"IsCallable",
"RequireObjectCoercible",
"ToObject",
"ToString",
"ToUint32",
]
}],
"no-magic-numbers": 0,
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
"no-invalid-this": 1,
"strict": 0,
},
},
],
}