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 d74dc01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type { ESLint } from "eslint";

declare const eslintPluginSimpleImportSort: ESLint.Plugin;

export = eslintPluginSimpleImportSort;

0 comments on commit d74dc01

Please sign in to comment.