Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore(website): generate rule docs options automatically#5386
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
bradzacher merged 29 commits intotypescript-eslint:mainfromJoshuaKGoldberg:rule-docs-generated-optionsAug 17, 2022
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
29 commits Select commitHold shift + click to select a range
1ca21c4
chore(website): generate rule docs options automatically
JoshuaKGoldberg532a803
Apply suggestions from code review
JoshuaKGoldberg0b1ce8a
First round of changes
JoshuaKGoldberg2e6b6b4
Simplify Prettier types
JoshuaKGoldberg029c2a8
Progress on using defs
JoshuaKGoldberg30a0862
Progress, through the letter 'd' for rules
JoshuaKGoldberg005f0c6
Through explicit-module-boundary-types
JoshuaKGoldberg6cb1909
rip, ban-types defaults
JoshuaKGoldberg8f160f4
Cleaner separation for adding headers
JoshuaKGoldberg20f277c
...I meant headings
JoshuaKGoldberg6e49529
Finished specifically base rule extensions
JoshuaKGoldbergcabf242
Fix unit test, and enable debug cypress logging
JoshuaKGoldberg16e1883
Fix deprecation notices, and ci.yml env indent
JoshuaKGoldberg913a143
Fix up lang and <sup>
JoshuaKGoldbergb26c710
No, not sup
JoshuaKGoldberg89268d3
Removed bunch more options docs cruft
JoshuaKGoldbergdcfb464
naming-convention, I give up
JoshuaKGoldberg6724746
Aha, a missing lint rule
JoshuaKGoldberge86e0b7
member-ordering, I give up on you too
JoshuaKGoldberg8ac1a5b
Several more docs automations
JoshuaKGoldbergba912c3
Fixed options index
JoshuaKGoldberg26f7a69
Also above Related To
JoshuaKGoldberg50078b7
Aha, jsx working
JoshuaKGoldbergb0910d4
Thanks lint - correct no-inferrable-types headings
JoshuaKGoldberg2bcade6
Update packages/eslint-plugin/src/rules/no-implicit-any-catch.ts
JoshuaKGoldberg0719010
Fix explicit-function-return-type
JoshuaKGoldberg8e5a1c6
Merge branch 'main' into rule-docs-generated-options
JoshuaKGoldberg7de8641
Merge branch 'main'
JoshuaKGoldbergcfd750d
Merge branch 'main'
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
4 changes: 3 additions & 1 deletion.github/workflows/ci.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -188,7 +188,9 @@ jobs: | ||
- name: Install Cypress | ||
run: yarn cypress install | ||
- env: | ||
DEBUG: '@cypress/github-action' | ||
name: Cypress run | ||
bradzacher marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
uses: cypress-io/github-action@v2 | ||
with: | ||
project: ./packages/website | ||
27 changes: 0 additions & 27 deletionspackages/eslint-plugin/docs/rules/TEMPLATE.md
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
13 changes: 0 additions & 13 deletionspackages/eslint-plugin/docs/rules/adjacent-overload-signatures.md
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
19 changes: 0 additions & 19 deletionspackages/eslint-plugin/docs/rules/array-type.md
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
13 changes: 0 additions & 13 deletionspackages/eslint-plugin/docs/rules/await-thenable.md
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
26 changes: 2 additions & 24 deletionspackages/eslint-plugin/docs/rules/ban-ts-comment.md
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
13 changes: 0 additions & 13 deletionspackages/eslint-plugin/docs/rules/ban-tslint-comment.md
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
161 changes: 68 additions & 93 deletionspackages/eslint-plugin/docs/rules/ban-types.md
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.
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.