Skip to content

Commit

Permalink
fix: Disable export sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Apr 22, 2023
1 parent 83d2fd7 commit a30287c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ module.exports = {
typeOrder: "last",
},
],
"sort/exports": [
"warn",
{
groups: [
{ type: "default", order: 50 },
{ type: "sourceless", order: 40 },
{ regex: "^\\.+\\/", order: 30 },
{ type: "dependency", order: 10 },
{ type: "other", order: 20 },
],
typeOrder: "last",
},
],
"sort/exports": "off",
},
}

0 comments on commit a30287c

Please sign in to comment.