astro-ghostcms/.pnpm-store/v3/files/47/5c846a85c2b05d1b6b8d1fa2b25...

16 lines
189 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"HasOwnProperty",
"IsCallable",
],
}],
},
}