diff --git a/cspell.json b/cspell.json index 0ba7da6..aeb9a71 100644 --- a/cspell.json +++ b/cspell.json @@ -36,6 +36,7 @@ "tanstack", "textnodes", "tiged", + "TSES", "typecheck", "typegen", "vitepress", diff --git a/src/index.ts b/src/index.ts index 1a3ef3c..0d6f569 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,6 @@ import { jimmyDotCodes } from "./factory"; +// TODO: remove when The inferred type of '{module}' cannot be named without a reference to '.pnpm/@typescript-eslint+utils@7.6.0_eslint@8.57.0_typescript@5.4.5/node_modules/@typescript-eslint/utils/ts-eslint'. This is likely not portable. A type annotation is necessary. +export { type TSESLint } from "@typescript-eslint/utils"; + export default jimmyDotCodes;