question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RFC: Move stylelint-prettier to the prettier organization

See original GitHub issue

Hi folks, I’m opening this here as I’m not sure where else to ask.

I maintain stylelint-prettier which exposes prettier changes a within stylelint, in the same way that eslint-plugin-prettier exposes prettier changes within eslint. I’ve been using this for about two months at work without issue, and I consider it stable and feature-complete (baring one or two possible bugs around processing CSS in custom filetypes).

Given that eslint-plugin-prettier, eslint-config-prettier and stylelint-config-prettier are all part of the prettier organization I was wondering if the prettier team would be interested in having stylelint-prettier be housed under the prettier organization too?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
lipiscommented, Sep 28, 2018

So I think we can close that issue now.

2reactions
BPScottcommented, Sep 28, 2018

Shall we rename it to prettier-stylelint maybe?

No, it’s a plugin for stylelint, and their convention is to name plugins stylelint-THING. prettier-stylelint would be a tool that runs prettier then stylelint.

This is consistent with how the eslint tooling is named:

eslint-plugin-prettier: A plugin for ESLint (as their conventions say to prefix the package name with eslint-plugin). prettier-eslint: A tool that runs prettier --write then eslint --fix over a file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found