This repository was archived by the owner on Jan 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update typescript-eslint monorepo to v7 (major) #518
Merged
shawnmcknight
merged 20 commits into
main
from
renovate/major-typescript-eslint-monorepo
Apr 19, 2024
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fadb7d6
Update typescript-eslint monorepo to v7
renovate[bot] bcb735b
update eslint-config-airbnb-typescript so that upgrading typescript-e…
philfuster a674449
update deprecated rule name.
philfuster 30b1e97
New naming selector for 'import', triggering errors because it fell t…
philfuster 3143131
remove union with null for return type. eslint was saying unknown tru…
philfuster dbfe610
remove unused no-non-null-assertion override eslint-disable directive.
philfuster d38589f
Revert "remove unused no-non-null-assertion override eslint-disable d…
philfuster cfc8127
re-add no-non-null-assertion rules. It was removed from defaults.
philfuster 2ea2e56
move eslint disable down to relevant line.
philfuster 4596d01
enforce consistent index object style.
philfuster 94fa0bd
turn off consistent-indexed-object-style. We use both as necessary. I…
philfuster 7606e55
change to use function type. eslint was complaining and I don't see w…
philfuster 70d5c1c
turn off consistent indexed object style because both styles are used…
philfuster 8e13a5d
change to use optional chain expression because eslint rule and becau…
philfuster 00be138
override prefer-nullish-coalescing because it includes scenarios where
philfuster acf2b18
no longer turning off consistent-indexed-object-style. Global consist…
philfuster 338a212
move prefer-nullish-coalescing rule to jsTsGlob.
philfuster 39c20bb
Merge branch 'main' into renovate/major-typescript-eslint-monorepo
philfuster b468608
run install and update to make sure package-lock.json is up-to-date.
philfuster 8a1755a
move prefer-nullish-coalescing rule back to tsGlob block.
philfuster File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
I usually try to group related rules or keep them at least alphabetically ordered. So I would flip-flop these two for readability.