interactive-examples icon indicating copy to clipboard operation
interactive-examples copied to clipboard

Prettier config deviates from mdn/content

Open bsmth opened this issue 2 years ago • 2 comments

mdn/content:

{
  "bracketSameLine": true
}

edit: This repo config is currently at:

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

bsmth avatar Aug 23 '23 09:08 bsmth

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

aditiintechk avatar Sep 15 '23 10:09 aditiintechk

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

bsmth avatar Oct 31 '23 10:10 bsmth