max-mapper / standard-format

converts your code into Standard JavaScript Format
264 stars 59 forks source link

Depreciate this module and use standard --fix instead #179

Closed bcomnes closed 7 years ago

bcomnes commented 7 years ago

I think we should depreciate this module, and use the --fix flag instead.

Things that need to happen:

I've been meaning to get around to doing some of this work for a while, but I just haven't brought myself to do it. Any takers? Anyone want to pitch in?

chenxsan commented 7 years ago

vscode standard-format was already deprecated. And we moved to vscode standardjs using standard --fix.

feross commented 7 years ago

@bcomnes +1 Let's do this. One less thing to maintain! 😌

I think the first item in the list is already done. You can use standard --fix --stdin, as I think you probably discovered while updating the sublime formatter plugin ;)

For the second point, do you know which editor plugins need to be updated?

feross commented 7 years ago

I just deprecated standard-format on npm.

npm WARN deprecated standard-format@2.2.3: standard-format is deprecated in favor of a built-in autofixer in 'standard'. Usage: standard --fix

I'm going to update the readme on this repo and close all the issues now.

feross commented 7 years ago

Apologies for the one-time notification spam!

And, now, I'll close this issue.

standard-format was a great project! It was crucial in getting people to use standard in the early days! I just want to thank everyone who sent in a PR, or opened an issue, or helped people in issue comments. 🎉 🎉

Huge thanks to @jb55, @bcomnes, and @Flet for doing the bulk of the maintenance and hard work to make standard-format work. Also, shoutout to @maxogden for seeing the need for a formatter and creating the initial version. You all are heroes! 🍻

Flet commented 7 years ago

Thanks for doing this!