TenantAtlas/apps/platform/.pnpm-store/v10/files/f8/ff3e8f2106d508a3e6f570e1048f1ddf55802ae4b92c8773a78b2b0859ebc4f7f4d505d3098a8630f2e43628911af4698937047614ccf3ed65bccc625f4d20
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02: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]
},
},
],
}