Skip to content

Commit d74dc01

Browse files
committed
add types
1 parent f206644 commit d74dc01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.d.ts

+5
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)