persona-community-5/.pnpm-store/v3/files/6a/4246f8e85eba3dc1bfc43de42ff08c51fcfdb3ae31a386c19491ee04971275aa0bb3c57c502672135c34ff3b19fdf156eb5d7a1f3470ae6e4317c033da69af
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

19 lines
339 B
Plaintext

{
"extends": "@ljharb",
"root": true,
"rules": {
"func-style": 1,
},
"overrides": [
{
"files": "test/**",
"rules": {
"global-require": 0,
"max-depth": 0,
"max-lines-per-function": 0,
"no-negated-condition": 0,
},
},
],
}