astro-ghostcms/.pnpm-store/v3/files/66/abb729a3f6a99159cf901bd958c...

16 lines
201 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}