mdn / interactive-examples

Home of the MDN live code editor interactive examples
Creative Commons Zero v1.0 Universal
725 stars 507 forks source link

Prettier config deviates from mdn/content #2598

Open bsmth opened 1 year ago

bsmth commented 1 year ago

mdn/content:

{
  "bracketSameLine": true
}

edit: This repo config is currently at:

{
  "bracketSameLine": true,
  "singleQuote": true,
  "overrides": [
    {
      "files": ["**/*.md", "**/*.html"],
      "options": {
        "printWidth": 120
      }
    }
  ]
}
aditiintechk commented 1 year ago

Hey, Brain! What is the issue here? Can you please explain if possible? Thanks.

bsmth commented 10 months ago

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 :)