Files
2026-06-24 09:48:54 +02:00

11 lines
146 B
JavaScript

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