TenantAtlas/apps/platform/.pnpm-store/v10/files/ec/179f4863f2df9c30e95721790a10d05410916a34c42c7559de088e5dd558525d113ee5557314cb82426820b6122ce2a575d27f0e8f429d26061a3c2aaa006d
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

18 lines
232 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
"no-extra-parens": 0,
"no-magic-numbers": 0,
},
}