Files
mini-ticket-system/webserver/node_modules/hasown/eslint.config.mjs
T
2026-08-11 11:20:10 +02:00

7 lines
136 B
JavaScript

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