Prettier Configuration
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 46
- Avg merge
- 10m
- Merged PRs (30d)
- 2
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the proposed .prettierrc.json override and the three suggested approaches. Check the project’s documentation website and existing setup guidance, then determine which approach is accepted and define completion as documenting or implementing one agreed path for formatting .webc files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100