source: frontend/node_modules/hasown/eslint.config.mjs

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 136 bytes
Line 
1import ljharbConfig from '@ljharb/eslint-config/flat';
2
3export default [
4 ...ljharbConfig,
5 { rules: { 'no-extra-parens': 'off' } },
6];
Note: See TracBrowser for help on using the repository browser.