Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prettier config deviates from mdn/content #2598

Open
bsmth opened this issue Aug 23, 2023 · 2 comments
Open

Prettier config deviates from mdn/content #2598

bsmth opened this issue Aug 23, 2023 · 2 comments
Assignees
Labels
chore A routine task. effort: small Task is a small effort. idle Issues and pull requests with no activity for three months.

Comments

@bsmth
Copy link
Member

bsmth commented Aug 23, 2023

mdn/content:

{
  "bracketSameLine": true
}

edit: This repo config is currently at:

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

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

@caugner caugner added needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. chore A routine task. effort: small Task is a small effort. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Oct 10, 2023
@bsmth bsmth self-assigned this Oct 31, 2023
@bsmth
Copy link
Member Author

bsmth commented Oct 31, 2023

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

@github-actions github-actions bot added the idle Issues and pull requests with no activity for three months. label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A routine task. effort: small Task is a small effort. idle Issues and pull requests with no activity for three months.
Projects
None yet
Development

No branches or pull requests

3 participants