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

Add support YAML and JSON5 resources. #94

Merged
merged 1 commit into from
Aug 6, 2020
Merged

Add support YAML and JSON5 resources. #94

merged 1 commit into from
Aug 6, 2020

Conversation

ota-meshi
Copy link
Member

close #85

I created yaml-eslint-parser to support YAML linting.
yaml-eslint-parser transforms AST generated by yaml and yaml-unist-parser into ESLint compatible AST.
yaml and yaml-unist-parser are also used by prettier.

I created an eslint-plugin-yml before applying it to this plugin to make sure the yaml-eslint-parser works correctly.

@ota-meshi ota-meshi added the Type: Feature Includes new features label Aug 5, 2020
@ota-meshi ota-meshi changed the title Change to support YAML and JSON5 resources. Add support YAML and JSON5 resources. Aug 5, 2020
Copy link
Member

@kazupon kazupon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!
Awesome! 💯
LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Includes new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support linting yaml i18n blocks in SFC
2 participants