Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/hasown/eslint.config.mjs
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

7 lines
136 B
JavaScript

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