We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that we can lint JSON and Markdown, we should incorporate this into the setup flow.
The first question should now be (with checkboxes):
What do you want to lint? (x) JavaScript ( ) JSON ( ) JSON with comments ( ) JSON5 ( ) Markdown
The JavaScript option should be checked by default and if unchecked, we should add this to the config:
{ ignores: ["**/*.js", "**/*.cjs", "**/*.mjs"] }
If someone checks Markdown, then we should ask (radio buttons):
What flavor of Markdown to you want to lint? (x) CommonMark ( ) GitHub-Flavored Markdown
The text was updated successfully, but these errors were encountered:
feat: support json/md
496f5dd
fixes #148
77337f8
aladdin-add
Successfully merging a pull request may close this issue.
Now that we can lint JSON and Markdown, we should incorporate this into the setup flow.
First Question
The first question should now be (with checkboxes):
The JavaScript option should be checked by default and if unchecked, we should add this to the config:
If Markdown is Checked
If someone checks Markdown, then we should ask (radio buttons):
The text was updated successfully, but these errors were encountered: