astro-ghostcms/.pnpm-store/v3/files/0a/7069a2df6b1fbf4228136d5e454...

12 lines
174 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"complexity": [2, 11],
"max-statements": [2, 14],
"new-cap": [2, { "capIsNewExceptions": ["IsCallable"] }],
},
}