astro-ghostcms/.pnpm-store/v3/files/b8/888a1c5c81a38e94cb64f6de1fb...

20 lines
221 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [1],
"operator-linebreak": [2, "before"],
},
"overrides": [
{
"files": ["test/**/*.js"],
"globals": {
"Proxy": false,
},
},
],
}