Files
agente-bost/node_modules/hasown/eslint.config.mjs
2026-06-02 20:24:26 -03:00

7 lines
136 B
JavaScript

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