Validation_Suite/validation-suite/frontend/atlas/node_modules/is-document.all/eslint.config.mjs

10 lines
146 B
JavaScript

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