TenantAtlas/apps/platform/.pnpm-store/v10/files/fd/2198030c8dc74a364967c00458cdaf3366a1bd73ed34e4b2d8c6dcec0328d11cafef475044f61538e04bb19f05022af4c394c39908a72da5d32b78196cb0d2
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

7 lines
136 B
Plaintext

import ljharbConfig from '@ljharb/eslint-config/flat';
export default [
...ljharbConfig,
{ rules: { 'no-extra-parens': 'off' } },
];