customer-riverside/node_modules/hasown/eslint.config.mjs
Philip Peterson 63ce2ba2ef wip
2026-05-24 19:23:05 -07:00

6 lines
136 B
JavaScript

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