feat: upgrade plugin & parser to v2.9.0 #200
Merged
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: camelcase applies to generic types:
https://github.com/typescript-eslint/typescript-eslint/pull/925/files?short_path=aaadf9e#diff-aaadf9e37107194e3f6679b2c8e30ec3
BREAKING CHANGE: restrict-plus-operands is applies to compound
assignments:
https://github.com/typescript-eslint/typescript-eslint/pull/892/files?short_path=d634f46#diff-d634f469dd550492a918f33b100f0734
BREAKING CHANGE: Add rule no-extra-non-null-assertion:
https://github.com/typescript-eslint/typescript-eslint/pull/1183/files?short_path=ef83cd2#diff-ef83cd2743d5bd1f8c7b245fca0c1367
BREAKING CHANGE: Add rule prefer-nullish-coalescing:
https://github.com/typescript-eslint/typescript-eslint/pull/1069/files?short_path=2bbcee3#diff-2bbcee3ab3b7eb9fcdeb1aabae22e177
BREAKING CHANGE: Add rule prefer-optional-chain:
https://github.com/typescript-eslint/typescript-eslint/pull/1213/files?short_path=35a55a2#diff-35a55a2cbf3c835b088167bc2e912ee8
no-extraneous-class is relaxed to allow with decorator:
https://github.com/typescript-eslint/typescript-eslint/pull/886/files?short_path=3696b44#diff-3696b44f524c94e3a48be3795feb09a6
Closes #179