Skip to content

Commit

Permalink
Add types (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Apr 13, 2024
1 parent f206644 commit 3b0f491
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 3b0f491

Please sign in to comment.