Files
autotest/editor/node_modules/hasown/eslint.config.mjs
T
2026-05-22 13:25:01 +02:00

7 lines
136 B
JavaScript

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