We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e65fa commit 22e5390Copy full SHA for 22e5390
src/plugin.ts
@@ -9,6 +9,6 @@ export const plugin = {
9
},
10
// @keep-sorted
11
rules: {
12
- "default-import-name": sortExportAll,
+ "sort-export-all": sortExportAll,
13
14
} satisfies ESLint.Plugin;
0 commit comments