Skip to content

Commit 22e5390

Browse files
committed
fix
1 parent 11e65fa commit 22e5390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export const plugin = {
99
},
1010
// @keep-sorted
1111
rules: {
12-
"default-import-name": sortExportAll,
12+
"sort-export-all": sortExportAll,
1313
},
1414
} satisfies ESLint.Plugin;

0 commit comments

Comments
 (0)