Skip to content

Commit 0529b77

Browse files
committed
feat: Add sort/exports and sort/export-members to the recommended config
1 parent 4304ed8 commit 0529b77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
rules: {
1414
"sort/destructuring-properties": "warn",
1515
"sort/exports": "warn",
16-
"sort/import-members": "warn",
16+
"sort/export-members": "warn",
1717
"sort/imports": [
1818
"warn",
1919
{
@@ -25,6 +25,7 @@ module.exports = {
2525
],
2626
},
2727
],
28+
"sort/import-members": "warn",
2829
"sort/object-properties": "warn",
2930
},
3031
},

0 commit comments

Comments
 (0)