ken_nogi/lineworks-sync/node_modules/hasown/eslint.config.mjs
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

7 lines
136 B
JavaScript

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