Skip to content

Commit

Permalink
Merge pull request #44 from alekgomes/fix/eslintConfig-import-order
Browse files Browse the repository at this point in the history
fix: prevent import/order to build crash
  • Loading branch information
mffonseca authored Aug 7, 2024
2 parents d493b7a + d6ba304 commit 0d2ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/consistent-type-assertions": "off",
"import/order": [
"error",
"warn",
{
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
"newlines-between": "always",
Expand Down

0 comments on commit 0d2ba2b

Please sign in to comment.