-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(eslint-plugin)!: add rule consistent-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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jul 20, 2019
JamesHenry
reviewed
Jul 21, 2019
JamesHenry
reviewed
Jul 21, 2019
packages/eslint-plugin/src/rules/no-angle-bracket-type-assertion.ts
Outdated
Show resolved
Hide resolved
JamesHenry
reviewed
Jul 21, 2019
packages/eslint-plugin/src/rules/no-object-literal-type-assertion.ts
Outdated
Show resolved
Hide resolved
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
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
breaking change
This change will require a new major version to be released
enhancement: new plugin rule
New rule request for eslint-plugin
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Merges both
no-angle-bracket-type-assertion
andno-object-literal-type-assertion
into one ruleFixes #332
Fixes #668