pdfsplitter/node_modules/hasown/eslint.config.mjs
2026-05-20 17:40:17 -07:00

6 lines
136 B
JavaScript

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