astro-ghostcms/.pnpm-store/v3/files/0e/dc185f861ebb3b8f9c8640054d4...

20 lines
219 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": [2, "always"],
"id-length": 1,
},
"overrides": [
{
"files": "test/**",
"rules": {
"func-name-matching": 0,
},
},
],
}