Emy/DEV/shortcut-app/node_modules/hasown/eslint.config.mjs

7 lines
136 B
JavaScript
Raw Permalink Normal View History

2026-06-17 21:26:21 +00:00
import ljharbConfig from '@ljharb/eslint-config/flat';
export default [
...ljharbConfig,
{ rules: { 'no-extra-parens': 'off' } },
];