astro-ghostcms/.pnpm-store/v3/files/18/5bb3198fcc546d0f6ee2e9765a4...

19 lines
231 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements": [2, 20],
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
"IsCallable",
"ToObject",
"Type",
],
}],
},
}