Skip to content
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

feat: add require-meta-schema-description rule #490

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JoshuaKGoldberg
Copy link
Contributor

@JoshuaKGoldberg JoshuaKGoldberg commented Oct 18, 2024

Fixes #334.

This is a relatively straightforward approach that descends through the AST of meta.schema. It doesn't attempt to dynamically construct the properties through AJV.

I tried it out on typescript-eslint here: typescript-eslint/typescript-eslint#10171

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review October 18, 2024 14:25
@MichaelDeBoey MichaelDeBoey changed the title feat: add require-meta-schema-description rule feat: add require-meta-schema-description rule Oct 19, 2024
@MichaelDeBoey MichaelDeBoey requested a review from a team October 19, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rule: require that properties in a schema include a description
2 participants