Prettier config deviates from mdn/content
bsmth opened this issue · 2 comments
bsmth commented
mdn/content:
{
"bracketSameLine": true
}
edit: This repo config is currently at:
{
"bracketSameLine": true,
"singleQuote": true,
"overrides": [
{
"files": ["**/*.md", "**/*.html"],
"options": {
"printWidth": 120
}
}
]
}
aditiintechk commented
Hey, Brain! What is the issue here? Can you please explain if possible? Thanks.
bsmth commented
Hey, Brain! What is the issue here? Can you please explain if possible? Thanks.
Thanks a lot for the offer @Aditi002-holo, I've assigned myself for now, so I will take this task -> there's some work ongoing at #2648
If you're looking for ways to contribute, we have a contributor task board. Issues labeled with good first issue
are a great place to start :)