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

20 lines
219 B
Plaintext
Raw Normal View History

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