Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use @typescript-eslint/recommended-type-checked for lint #1184

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

atuchin-m
Copy link
Collaborator

standard-with-typescript is deprecated.
A config is used: https://typescript-eslint.io/users/configs#projects-with-type-checking

package-lock.json was recreated (removed, npm install, git add )

@atuchin-m atuchin-m requested a review from goodov August 20, 2024 09:34
@atuchin-m atuchin-m self-assigned this Aug 20, 2024
@atuchin-m atuchin-m requested a review from a team as a code owner August 20, 2024 09:34
package.json Outdated
@@ -46,7 +44,8 @@
"ts-jest": "29.2.4",
"ts-loader": "9.5.1",
"tsx": "4.17.0",
"typescript": "5.5.4",
"typescript": "^5.5.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls make all version be exact (without ^ symbol).

npm config set save-exact=true and reinstall these packages.

@goodov goodov added this pull request to the merge queue Aug 20, 2024
Merged via the queue into main with commit 6c8d43e Aug 20, 2024
6 checks passed
@goodov goodov deleted the update-eslint-rules branch August 20, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants