Marketing_Digital/Template-01/node_modules/hasown/eslint.config.mjs
2026-05-13 21:21:04 -03:00

6 lines
136 B
JavaScript

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