Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docs: Automatically inject rule option descriptions into their docs #9867

Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issuedocumentationDocumentation ("docs") that needs adding/updatinglocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Before You File a Documentation Request Please Confirm You Have Done The Following...

Suggested Changes

Following#5392, most rule options will havedescriptions in their schemas. For many of those options, their docs either:

Proposal: let's have the rule docs generation also inject thedescription and default value for each rule option into its### heading?

For example, theallowAnydescription inrestrict-plus-operands:

allowAny:{
description:'Whether to allow `any` typed values.',

...could be used as a first line in the docs page under its h3:

###`allowAny`
Examples of code for this rule with`{ allowAny: true }`:

We could also mention the default value.

In other words, the end result I'm proposing is:

### `allowAny`+ Whether to allow `any` typed values.+ Default: `false`.Examples of code for this rule with `{ allowAny: true }`:

We'd have to do a pass to remove redundant lines in the.mdx files.

Affected URL(s)

https://typescript-eslint.io/rules/*

💖

Metadata

Metadata

Assignees

No one assigned

    Labels

    accepting prsGo ahead, send a pull request that resolves this issuedocumentationDocumentation ("docs") that needs adding/updatinglocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp