TenantAtlas/apps/platform/.pnpm-store/v10/files/b7/41c6ef397bcac64619dc8601ef1b6fb6dbfdd9b1838f315cd53c155553538fbc7a1e1bc429975e478b56cc273a7d2c44bf4bab0f164dcbc5a3f049366bb18b
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

17 lines
229 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}