astro-ghostcms/.pnpm-store/v3/files/c4/402aefa89fe8172b6171e8cd922...

35 lines
460 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"ArraySpeciesCreate",
"Call",
"CreateDataPropertyOrThrow",
"FlattenIntoArray",
"Get",
"HasProperty",
"IsArray",
"IsCallable",
"Set",
"ToLength",
"ToObject",
"ToString",
]
}],
"no-magic-numbers": 0,
},
"overrides": [
{
"files": "test/**",
"rules": {
"no-invalid-this": [1],
},
},
],
}