We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f206644 commit 3b0f491Copy full SHA for 3b0f491
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