Skip to content

Commit 3b0f491

Browse files
authored
Add types (#164)
1 parent f206644 commit 3b0f491

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import type { ESLint } from "eslint";
2+
3+
declare const eslintPluginSimpleImportSort: ESLint.Plugin;
4+
5+
export = eslintPluginSimpleImportSort;

0 commit comments

Comments
 (0)