interactive-examples
interactive-examples copied to clipboard
Prettier config deviates from mdn/content
mdn/content:
{
"bracketSameLine": true
}
edit: This repo config is currently at:
{
"bracketSameLine": true,
"singleQuote": true,
"overrides": [
{
"files": ["**/*.md", "**/*.html"],
"options": {
"printWidth": 120
}
}
]
}
Hey, Brain! What is the issue here? Can you please explain if possible? Thanks.
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 https://github.com/mdn/interactive-examples/pull/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 :)