Skip to content

Commit

Permalink
chore: clean up eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Oct 18, 2024
1 parent 4b67d94 commit 19cc693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs → eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import eslintPluginPrettier from 'eslint-plugin-prettier/recommended';
export default config(
eslint.configs.recommended,
...configs.recommended,
eslintPluginPrettier,
eslintPluginImportX.flatConfigs.recommended,
eslintPluginImportX.flatConfigs.typescript,
{
rules: {
'no-control-regex': 'off'
}
}
},
eslintPluginPrettier
);

0 comments on commit 19cc693

Please sign in to comment.