diff --git a/src/index.d.ts b/src/index.d.ts new file mode 100644 index 0000000..9c1946b --- /dev/null +++ b/src/index.d.ts @@ -0,0 +1,5 @@ +import type { ESLint } from "eslint"; + +declare const eslintPluginSimpleImportSort: ESLint.Plugin; + +export = eslintPluginSimpleImportSort;