-
Notifications
You must be signed in to change notification settings - Fork 0
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
apply new rules #177
apply new rules #177
Conversation
package.json
Outdated
@@ -43,7 +43,7 @@ | |||
"jest": "^29.7.0" | |||
}, | |||
"peerDependencies": { | |||
"@checkdigit/eslint-plugin": "7.0.0", | |||
"@checkdigit/eslint-plugin": "7.3.0-PR.75-4246", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still using the beta
Beta Published - Install Command: |
@@ -43,7 +43,7 @@ | |||
"jest": "^29.7.0" | |||
}, | |||
"peerDependencies": { | |||
"@checkdigit/eslint-plugin": "7.0.0", | |||
"@checkdigit/eslint-plugin": "7.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are updates to other plugins, should we update those deps also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on second thoughts, if you've already tested this beta with repos, probably best to go out as-is. lmk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we push this out first, because the other plugin deps need time to test, e.g.:
@typescript-eslint/*
: 8.11.0 introduced some issue which crash rule testers, it's unclear if 8:12.0 actually fixes it or not- sonarjs can be a big change, and not sure if we want those new rules or not (e.g. require each file to have a test file with it, etc.)
✅ PR review status - All reviews completed and approved! |
Fixes #171
Fixes #176