Files
Cellar---Alcools-collection/frontend/node_modules/hasown/eslint.config.mjs
T
2026-06-26 11:54:29 +02:00

7 lines
136 B
JavaScript

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