astro-ghostcms/.pnpm-store/v3/files/a2/9b14e21c953825a5f8a0fbd2f82...

14 lines
148 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"globals": {
"globalThis": false
},
"rules": {
"max-statements-per-line": [2, { "max": 2 }]
},
}