-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore: enable unicorn/no-array-reduce #9640
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
JoshuaKGoldberg
merged 50 commits into
typescript-eslint:main
from
abrahamguo:no-array-reduce
Sep 2, 2024
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
1bb8c2b
enable rule
abrahamguo 739a61d
member-ordering
abrahamguo 5c75d88
parse-options
abrahamguo 77f83b0
no-type-alias
abrahamguo cac19fc
no-base-to-string
abrahamguo 1aaf5f3
semi
abrahamguo 7ce8860
no-inferrable-types
abrahamguo 5159c62
no-duplicate-type-constituents
abrahamguo 49ddaa0
configs.test
abrahamguo 97c54c8
func-call-spacing.test
abrahamguo 1798fa2
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo 13fb7d8
prefer-nullish-coalescing.test
abrahamguo 2c61ea4
no-explicit-any.test
abrahamguo 1236c79
no-unsafe-assignment
8000
abrahamguo 052b1eb
semi.test
abrahamguo 9ca9249
prefer-nullish-coalescing.test
abrahamguo b8e3944
type-annotation-spacing.test
abrahamguo ff9812f
indent.test
abrahamguo a6e57ad
parser
abrahamguo 7b5953e
configs.test
abrahamguo 072ba30
resolveProjectList
abrahamguo 867feb6
generate-configs
abrahamguo 88c8064
deepMerge
abrahamguo cd96c13
jsonSchema
abrahamguo b5b6b4b
ConfigTypeScript
abrahamguo b2c0ed5
generate-sponsors
abrahamguo c46f70c
generate-configs
abrahamguo 9b4c6ad
fix semi
abrahamguo ea3935b
review except for flatMap
abrahamguo c29870e
no longer using flatMap as filter
abrahamguo dc47bf1
fix variable name
abrahamguo 37c76df
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo 9df95fd
additional fix
abrahamguo b91620f
prettier
abrahamguo 4217764
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo dc33d9e
refactor member-ordering
abrahamguo 36c4d39
move comment
abrahamguo 669ee31
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo fda2a0d
revert no-duplicate-type-constituents
abrahamguo 4d9c2f6
ConfigTypeScript
abrahamguo 2adb2c8
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo 297ce7e
revert generate-sponsors
abrahamguo 7ca4fac
revert
abrahamguo c7d5cf8
remove lint rule
abrahamguo 859841c
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo f74c256
Merge branch 'main' into no-array-reduce
JoshuaKGoldberg b1d5c2b
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo 1216fee
Merge branch 'no-array-reduce' of github.com:abrahamguo/typescript-es…
abrahamguo be32707
Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…
abrahamguo 6b79534
remove Object.groupBy because lib was downleveled
abrahamguo 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
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 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 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 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 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.
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.
Wow this is a giant one. Definitely an improvement.