astro-ghostcms/.pnpm-store/v3/files/31/2ee8c8017e587641cbf5fc6ae19...

21 lines
243 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": [2, "allow-null"],
"id-length": 0,
"no-invalid-this": "off",
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
},
},
],
}