astro-ghostcms/.pnpm-store/v3/files/80/99749884dbfc2581abf9e9cc2d0...

12 lines
171 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-params": [2, 3],
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
"no-magic-numbers": 0,
},
}