Skip to content

Commit

Permalink
fix: πŸ› reference TSESLint to address missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Oct 31, 2024
1 parent 1df2681 commit 939c713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"tanstack",
"textnodes",
"tiged",
"TSES",
"typecheck",
"typegen",
"vitepress",
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 939c713

Please sign in to comment.