-
Notifications
You must be signed in to change notification settings - Fork 39
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 linter for xml #523
base: main
Are you sure you want to change the base?
Add linter for xml #523
Conversation
⏱️ 3h 39m total CI duration on this PR
|
files: | ||
- typescript | ||
- yaml | ||
- css | ||
- sass | ||
- html | ||
- markdown | ||
- json | ||
- javascript | ||
- graphql | ||
- prettier_supported_configs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strictly speaking, this is correct. But just wanted to call out that we may see a couple reports when people upgrade because I know a handful of people overrode prettier filetypes in order to support some of the prettier plugins
batch: true | ||
in_place: true | ||
formatter: true | ||
version: ">=3.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calling out for posterity that the latest @prettier/plugin-xml only works on prettier >=3.0.0, and you have to manually downgrade in order to support older versions
No description provided.