← back to Site Factory

admin/node_modules/hasown/eslint.config.mjs

7 lines

import ljharbConfig from '@ljharb/eslint-config/flat';

export default [
	...ljharbConfig,
	{ rules: { 'no-extra-parens': 'off' } },
];