Skip to content

Commit

Permalink
refactor: disable import/no-default-export
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Sep 12, 2023
1 parent b557007 commit 34a9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/rules/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
"import/newline-after-import": ["warn"],
"import/no-absolute-path": ["error"],
"import/no-cycle": ["off"],
"import/no-default-export": ["error"],
"import/no-default-export": ["off"],
"import/no-mutable-exports": ["error"],
"import/no-relative-packages": ["warn"],
"import/no-self-import": ["error"],
Expand Down

0 comments on commit 34a9eca

Please sign in to comment.