astro-ghostcms/.pnpm-store/v3/files/f8/ff3e8f2106d508a3e6f570e1048...

22 lines
253 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"indent": [2, 4],
"no-new-func": [1],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
"strict": [0]
},
},
],
}