Skip to content

Commit

Permalink
add import/no-default-export
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Jun 4, 2024
1 parent 4c05418 commit 42e7fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"unused-imports/no-unused-imports": "error",
"react/no-unescaped-entities": "off"
"react/no-unescaped-entities": "off",
"import/no-default-export": "error"
}
}

0 comments on commit 42e7fd9

Please sign in to comment.