Skip to content

Commit

Permalink
Merge pull request #172 from rtritto/add-missing-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu authored Dec 11, 2024
2 parents 55c7738 + 0e76c4d commit 94c28d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"vitest": "^1.5.2"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"typescript": ">=4.8.4"
},
"engines": {
"node": ">=18.0.0"
Expand Down
3 changes: 3 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 94c28d5

Please sign in to comment.