astro-ghostcms/.pnpm-store/v3/files/e0/be09835c4ec8f6ebbfe62daaad0...

18 lines
184 B
Plaintext

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