Skip to content

Commit

Permalink
chore: fix CI and ESLint+TSC
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Jan 9, 2024
1 parent 8d5f472 commit 29d3bcd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/vue-store/src/tests/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { h, defineComponent, watch } from 'vue-demi'
// We need to import `h` as it's part of Vue's JSX transform
// @ts-expect-error
import { h, defineComponent } from 'vue-demi'
import { render, waitFor } from '@testing-library/vue'
import '@testing-library/jest-dom'
import { Store } from '@tanstack/store'
Expand Down
33 changes: 33 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29d3bcd

Please sign in to comment.