astro-ghostcms/.pnpm-store/v3/files/c4/ab5438e1692ffa74833b057514d...

25 lines
291 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"complexity": 0,
"id-length": 0,
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": "off",
},
},
],
}