mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-10 11:15:43 +02:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
import ljharbConfig from '@ljharb/eslint-config/flat';
|
|
|
|
export default [
|
|
...ljharbConfig,
|
|
{ rules: { 'no-extra-parens': 'off' } },
|
|
];
|