We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f206644 commit d74dc01Copy full SHA for d74dc01
src/index.d.ts
@@ -0,0 +1,5 @@
1
+import type { ESLint } from "eslint";
2
+
3
+declare const eslintPluginSimpleImportSort: ESLint.Plugin;
4
5
+export = eslintPluginSimpleImportSort;
0 commit comments