persona-community-5/.pnpm-store/v3/files/f8/ff3e8f2106d508a3e6f570e1048f1ddf55802ae4b92c8773a78b2b0859ebc4f7f4d505d3098a8630f2e43628911af4698937047614ccf3ed65bccc625f4d20
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

22 lines
253 B
Plaintext

{
"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]
},
},
],
}