eslint.config.mjs 136 B

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