-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: π reference
TSESLint
to address missing types
- Loading branch information
1 parent
1df2681
commit 939c713
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
"tanstack", | ||
"textnodes", | ||
"tiged", | ||
"TSES", | ||
"typecheck", | ||
"typegen", | ||
"vitepress", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |