You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a rule with options is missing an options section in its doc, we could try to generate a barebones options section with the list of options we can detect from the schema. It would still require manual attention to fill in the explanation/details for each option.
Details about options that would be useful to generate/include:
Mentioned here: #236 (comment)
If a rule with options is missing an options section in its doc, we could try to generate a barebones options section with the list of options we can detect from the schema. It would still require manual attention to fill in the explanation/details for each option.
Details about options that would be useful to generate/include:
description
field, see annotations) (Rule: require that properties in a schema include a description eslint-community/eslint-plugin-eslint-plugin#334)type
field) (array, string, etc)meta.defaultOptions
on rules eslint/rfcs#113)required
field)Potentially could be used in ESLint core: eslint/eslint#16643 (comment)
The text was updated successfully, but these errors were encountered: