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

12 lines
174 B
Plaintext
Raw Normal View History

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