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): rework configs: recommended, strict, stylistic; -type-checked#5251
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
Merged
JoshuaKGoldberg merged 70 commits intotypescript-eslint:v6fromJoshuaKGoldberg:config-inclusionsFeb 15, 2023
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
70 commits Select commitHold shift + click to select a range
c282891 feat\!: include lesser configs in recommended/strict
JoshuaKGoldberg9f697c5 Instead of nested includes, just go with flat
JoshuaKGoldberg272c8cf Merge branch 'main' into config-inclusions
JoshuaKGoldbergb6f900f Fix configs test too
JoshuaKGoldberge108d5c Merge branch 'main' into config-inclusions
JoshuaKGoldbergac8c762 Merge branch 'main' into config-inclusions
JoshuaKGoldberg1f0c9af Merge branch 'main'
JoshuaKGoldberg0414e4d fix(utils): removed `TRuleListener` generic from the `createRule` (#5…
Andarist04488c2 feat: create TSTypeQuery node when TSImportType has isTypeOf (#3076)
armano2ee2fbfa Merge branch 'main' into v6
JoshuaKGoldbergc446386 feat(scope-manager): ignore ECMA version (#5889)
JoshuaKGoldbergcf2956f feat: remove semantically invalid properties from TSEnumDeclaration, …
juank1809b90e7c3 fix(eslint-plugin): remove valid-typeof disable in eslint-recommended…
JoshuaKGoldbergfff0e29 feat(utils): remove (ts-)eslint-scope types (#5256)
JoshuaKGoldberg3d85274 Merge branch 'main' into v6
JoshuaKGoldberg5b9c379 fix(eslint-plugin): [explicit-module-boundary-types] remove shouldTra…
JoshuaKGoldberg2a40b70 Merge branch 'v6' into config-inclusions
JoshuaKGoldbergd434265 Merge branch 'main'
JoshuaKGoldberg7e8ca66 Enabled base config
JoshuaKGoldberg984386a The script runs now
JoshuaKGoldberg7ccab0e Upgraded ts-node to avoid bug
JoshuaKGoldbergfe7b171 Updated configuration docs
JoshuaKGoldbergd021117 Updated configs exports
JoshuaKGoldbergc843741 Merge branch 'v6'
JoshuaKGoldberg2e92921 Updated generation script
JoshuaKGoldberg763a10b Merge branch 'v6'
JoshuaKGoldbergd16370a Revert CHANGELOG.md change
JoshuaKGoldberg4089c1d Switch to ts-node/esm loader
JoshuaKGoldberged459fd Merge branch 'v6'
JoshuaKGoldberg41cce4f Merge branch 'v6' into config-inclusions
JoshuaKGoldberg81e9557 Fix post-merge type failure
JoshuaKGoldberg97965ee pin ts-node to 10.9.0
JoshuaKGoldbergde26b3e Merge branch 'v6'
JoshuaKGoldbergd294820 Switch to tsx for all but Docusaurus
JoshuaKGoldbergdf4ffd6 Fix post-merge generate-breaking-changes issues
JoshuaKGoldberg6f8f3cc Switched generation to explicitly include lesser rules
JoshuaKGoldberg1d05507 Include recommended in strict
JoshuaKGoldbergded136e More granular caching in prepare-install/action.yml
JoshuaKGoldberg4fc72ba Fix type checking issues with generate-configs.mts
JoshuaKGoldberg0980718 Adjusted docs, tests, and RulesTable
JoshuaKGoldberg717eb93 Adjusted rule docs pages and more RulesTable fixes
JoshuaKGoldberg208a75b Swap 💅 to 🎨
JoshuaKGoldberg83097ba pin ts-node to 10.7.0
JoshuaKGoldbergd711d27 Fix docs post-merge artifact
JoshuaKGoldberg6f5a98e Err, mostly or completely fix
JoshuaKGoldberg20a3c15 prefer-reduce-type-parameter back to strict; fix other complaints
JoshuaKGoldberg1a6281a Put integration test back
JoshuaKGoldberg5c350c9 Start updating the snapshot
JoshuaKGoldberg26fff6f More snapshot correction
JoshuaKGoldberg8f0b98e Put no-unused-vars in recommended
JoshuaKGoldberg05cacb4 Fix root config to always error; remove unneeded no-unused-vars
JoshuaKGoldberg818a6de Some more linting
JoshuaKGoldberg45f2d9c Merge branch 'v6' into config-inclusions
JoshuaKGoldberg45d5ae5 Undo action.yml changes
JoshuaKGoldberg122e95b Added todo
JoshuaKGoldberge747315 Fix no-extra-semi.ts and configs.test.ts
JoshuaKGoldberg32811c6 Merge branch 'v6' into config-inclusions
JoshuaKGoldberg47bf5d3 Merge branch 'v6'
JoshuaKGoldbergf041254 Update packages/eslint-plugin/tools/generate-configs.mts
JoshuaKGoldberg2611c58 Last few review fixups
JoshuaKGoldberg7bacfdf lil 'a' typo
JoshuaKGoldbergc94af6f Merge branch 'v6'
JoshuaKGoldberg3260492 No more .mts needed
JoshuaKGoldberg0c5d1fe Adjust eslint-plugin/tools/generate files to build
JoshuaKGoldbergce77d04 Fix casing
JoshuaKGoldbergaa470c5 ...and extensions
JoshuaKGoldberga807b42 git mv for casing
JoshuaKGoldbergee09857 Merge branch '6'
JoshuaKGoldberg06e6f09 Simplify old recommended-requiring-type-checking include; delete file
JoshuaKGoldberg48e2f11 Merge branch 'v6'
JoshuaKGoldbergFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
18 changes: 9 additions & 9 deletions.eslintrc.js
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
2 changes: 0 additions & 2 deletionsdocs/Custom_Rules.mdx
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
141 changes: 0 additions & 141 deletionsdocs/linting/CONFIGURATIONS.mdx
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.