Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(eslint-plugin)!: add ruleconsistent-type-assertions
#731
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
packages/eslint-plugin/src/rules/no-angle-bracket-type-assertion.ts OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
packages/eslint-plugin/src/rules/no-object-literal-type-assertion.ts OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
consistent-type-assertions
consistent-type-assertions
@bradzacher Linting failed on this one, looks like we are still using the deleted rules as of the current commit, so it is failing to find them |
oops forgot about the recommended config |
Codecov Report
@@ Coverage Diff @@## master #731 +/- ##==========================================- Coverage 94.47% 94.34% -0.14%========================================== Files 112 111 -1 Lines 4721 4735 +14 Branches 1307 1315 +8 ==========================================+ Hits 4460 4467 +7- Misses 150 156 +6- Partials 111 112 +1
|
Uh oh!
There was an error while loading.Please reload this page.
BREAKING CHANGE: Merges both
no-angle-bracket-type-assertion
andno-object-literal-type-assertion
into one ruleFixes#332
Fixes#668