Skip to content

Commit

Permalink
Restore missing react import
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Nov 19, 2024
1 parent 5e6f782 commit b92ec08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default [
tsconfigRootDir: import.meta.dirname,
},
},
settings: { react: { version: '18.2.0' } },
settings: { react: { version: 'detect' } },
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
plugins: { tsdoc: pluginTSDoc, import: pluginImport },
rules: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.2",
"react": "^18.2.0",
"semver": "^7.6.3",
"tslib": "^2.3.1",
"tsx": "^4.6.2",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11302,6 +11302,7 @@ __metadata:
npm-run-all: "npm:^4.1.5"
prettier: "npm:^3.3.2"
prettier-plugin-packagejson: "npm:^2.5.2"
react: "npm:^18.2.0"
semver: "npm:^7.6.3"
tslib: "npm:^2.3.1"
tsx: "npm:^4.6.2"
Expand Down

0 comments on commit b92ec08

Please sign in to comment.