-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I've got prettier set up to lint my .webc files in my own project using this configuration
.prettierrc.json
{
"overrides": [
{
"files": "*.webc",
"options": {
"parser": "html"
}
}
]
}We could make this easier for folks to get set up with, maybe in one of these ways:
- Contribute this to the Prettier project as a default setting?
- Automatically add this to prettier config for new projects?
- Add instructions to the documentation website for webc with this as a setup tip?
Metadata
Metadata
Assignees
Labels
No labels