Skip to content

Commit

Permalink
Merge pull request #18929 from timvandermeij/eslint-perfectionist
Browse files Browse the repository at this point in the history
Replace `eslint-plugin-sort-exports` by `eslint-plugin-perfectionist`
  • Loading branch information
timvandermeij authored Oct 20, 2024
2 parents 9c6f85f + 347f155 commit b94ab46
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 154 deletions.
7 changes: 3 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"import",
"json",
"no-unsanitized",
"sort-exports",
"perfectionist",
"unicorn",
],

Expand Down Expand Up @@ -45,9 +45,8 @@
}],
"no-unsanitized/method": "error",
"no-unsanitized/property": "error",
"sort-exports/sort-exports": ["error", {
"ignoreCase": true,
}],
"perfectionist/sort-exports": "error",
"perfectionist/sort-named-exports": "error",
"unicorn/no-abusive-eslint-disable": "error",
"unicorn/no-array-push-push": "error",
"unicorn/no-instanceof-array": "error",
Expand Down
Loading

0 comments on commit b94ab46

Please sign in to comment.