aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/hasown/eslint.config.mjs
blob: 3d634a0969b313e68694b29530cd777f1d0616b2 (plain)
1
2
3
4
5
6
import ljharbConfig from '@ljharb/eslint-config/flat';

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