Files
node-js-test/node_modules/hasown/eslint.config.mjs
T

7 lines
136 B
JavaScript
Raw Normal View History

2026-05-19 22:10:51 -07:00
import ljharbConfig from '@ljharb/eslint-config/flat';
export default [
...ljharbConfig,
{ rules: { 'no-extra-parens': 'off' } },
];