dotsandboxes / node_modules /hasown /eslint.config.mjs
Sebebeb's picture
Upload 994 files
ea62c79 verified
Raw
History Blame Contribute Delete
136 Bytes
import ljharbConfig from '@ljharb/eslint-config/flat';
export default [
...ljharbConfig,
{ rules: { 'no-extra-parens': 'off' } },
];