flarum-msteams-webhook/js/node_modules-schrott/hasown/eslint.config.mjs

7 lines
136 B
JavaScript

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