Skip to content

Commit 7b9d4b9

Browse files
committed
fix(examples): update 'ts-blank-eslint-parser' import and version to 0.0.2
1 parent 945ca60 commit 7b9d4b9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

examples/vite-react-dom-with-ts-blank-eslint-parser-app/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import eslintReact from "@eslint-react/eslint-plugin";
44
import eslintPluginReactHooks from "eslint-plugin-react-hooks";
55
import eslintPluginReactRefresh from "eslint-plugin-react-refresh";
66
import globals from "globals";
7-
import * as tsBlankEslintParser from "ts-blank-eslint-parser";
7+
import tsBlankEslintParser from "ts-blank-eslint-parser";
88

99
import TSCONFIG from "./tsconfig.json" with { type: "json" };
1010
import TSCONFIG_NODE from "./tsconfig.node.json" with { type: "json" };

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-refresh": "^0.4.18",
2929
"globals": "^15.14.0",
30-
"ts-blank-eslint-parser": "alpha",
30+
"ts-blank-eslint-parser": "0.0.2",
3131
"typescript": "^5.7.3",
3232
"vite": "^6.0.11"
3333
},

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)