7 lines
136 B
JavaScript
Raw Normal View History

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