Skip to content

Commit

Permalink
Warn on import order lint notice
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Nov 24, 2024
1 parent 6188e5e commit f4f5d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
rules: {
"import/no-cycle": "error",
"import/order": [
"error",
"warn",
{
alphabetize: { caseInsensitive: true, order: "asc" },
groups: ["builtin", "external", "internal", "parent", "sibling"],
Expand Down

0 comments on commit f4f5d68

Please sign in to comment.