-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
chore: migrate to changeset for automatically releasing #278
Conversation
|
5d8a3e7
to
7f261f6
Compare
Hi! I don’t want to review. I trust you with this stuff. Btw, if you wondered what package-real.json was for: I got obsessed with making npm packages smaller, so I generated a smaller package.json without all the crap that doesn’t matter in an npm package (scripts, devDependencies). That’s also why I truncated the readme file – I personally never read readmes on npmjs.com since they are always out of date. eslint-config-prettier has a lot of downloads, so we quickly reach terabytes of wasted bytes. (I didn’t minify the code, since that makes debugging and auditing harder.) But these things are up to you now. |
I know what does the For readme, I think it helps to read on npmjs or in Small size is great, but I think that doesn't need to be so strict. Cheers. 🍻 |
Thanks for sharing clean-pkg-json! Looks great. Regarding the readme: I find it kind of ironic that the readme is almost twice as big as |
I'll merge this PR as-is then. |
| datasource | package | from | to | | ---------- | ---------------------- | ----- | ------ | | npm | eslint-config-prettier | 9.1.0 | 10.0.1 | ## [v10.0.1](https://github.com/prettier/eslint-config-prettier/releases/tag/v10.0.1) ### eslint-config-prettier #### 10.0.1 #### What's Changed - chore: migrate to changeset for automatically releasing by [@JounQin](https://github.com/JounQin) in prettier/eslint-config-prettier#278 - add support for `@stylistic/eslint-plugin` by [@abrahamguo](https://github.com/abrahamguo) in prettier/eslint-config-prettier#272 #### New Contributors - [@JounQin](https://github.com/JounQin) made their first contribution in prettier/eslint-config-prettier#278 - [@abrahamguo](https://github.com/abrahamguo) made their first contribution in prettier/eslint-config-prettier#272 **Full Changelog**: prettier/eslint-config-prettier@v9.1.0...v10.0.1 ## [v10.0.0](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1000) ##### Major Changes - [#272](prettier/eslint-config-prettier#272) [`5be64be`](prettier/eslint-config-prettier@5be64be) Thanks [@abrahamguo](https://github.com/abrahamguo)! - add support for [@Stylistic](https://github.com/stylistic) formatting rules
close #277