Skip to content

Commit

Permalink
fix: remove problematic import/export rule
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 2, 2024
1 parent 8b445c8 commit 69bd9e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ export default [
'import/no-self-import': 'error',
'import/no-useless-path-segments': 'error',

// Helpful warnings
'import/export': 'error',

// Module systems
'import/no-amd': 'error',

Expand Down

0 comments on commit 69bd9e3

Please sign in to comment.