Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Apr 6, 2024
1 parent f206644 commit efac4f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.d.ts
@@ -0,0 +1,5 @@
import type {ESLint} from "eslint";

declare const eslintPluginSimpleImportSort: ESLint.Plugin;

export = eslintPluginSimpleImportSort;

0 comments on commit efac4f6

Please sign in to comment.