TenantAtlas/apps/platform/.pnpm-store/v10/files/fe/3b4d9962410a8b067191702fb83c620bccf15eb5930d40fc4bf7011954e5dfac282cbbba5a3d70396cb493f4f3bbab02d0e0204c0cc419d5d6a8c8adff7136
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

12 lines
164 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}