astro-ghostcms/.pnpm-store/v3/files/18/97d9d40451f3fecd12d9b55752d...

14 lines
144 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}