Skip to content

Commit

Permalink
Disable eslint rule until TS fix is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Jun 15, 2024
1 parent 1bfa771 commit 319dd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default [
plugins: { import: importPlugin },
rules: {
...importPlugin.configs.recommended.rules,
'import/extensions': ['error', 'ignorePackages'],
// TODO enable this once https://github.com/import-js/eslint-plugin-import/pull/2813 is merged + published
// 'import/extensions': ['error', 'ignorePackages'],
'import/order': [
'error',
{
Expand Down

0 comments on commit 319dd85

Please sign in to comment.