Skip to content

Commit

Permalink
Remove import order rule
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Nov 27, 2024
1 parent cad2730 commit 8d50635
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ module.exports = {
files: ["*.{ts,tsx}"],
rules: {
"import/no-cycle": "warn",
"import/order": [
"warn",
{
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
"newlines-between": "always",
"alphabetize": {
"order": "asc",
"caseInsensitive": true
}
}
],
"no-console": "warn",
"no-extra-boolean-cast": "warn",
"no-useless-escape": "warn",
Expand Down

0 comments on commit 8d50635

Please sign in to comment.