Skip to content

Commit ab24813

Browse files
committed
chore: update some meta files
1 parent 79672a6 commit ab24813

File tree

5 files changed

+12
-18
lines changed

5 files changed

+12
-18
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* text=auto
2-
*.js text eol=lf
1+
* text=auto eol=lf
2+
yarn.lock -diff

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.2
1+
22.15.0

.prettierignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
node_modules
2-
.nyc_output
3-
coverage
4-
dist
1+
.yarn
52
test/fixtures

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Thanks for being willing to contribute!
88
## Project setup
99

1010
1. Fork and clone the repo
11-
2. `$ npm install` to install dependencies
12-
3. `$ npm start validate` to validate you've got it working
11+
2. `$ yarn install` to install dependencies
12+
3. `$ yarn start validate` to validate you've got it working
1313
4. Create a branch for your PR
1414

15-
This project uses [`nps`][nps] and you can run `npm start help` to see what
15+
This project uses [`nps`][nps] and you can run `yarn start help` to see what
1616
scripts are available.
1717

1818
> Tip: Keep your `master` branch pointing at the original repository and make
@@ -38,7 +38,7 @@ To add yourself to the table of contributors on the README.md, please use the
3838
automated script as part of your PR:
3939
4040
```console
41-
npm start contributors.add
41+
yarn start contributors.add
4242
```
4343
4444
Follow the prompt and commit `.all-contributorsrc` and `README.md` in the PR.
@@ -55,7 +55,7 @@ convention if you don't like to. Just know that when we merge your commit, we'll
5555
probably use "Squash and Merge" so we can change the commit message :)
5656

5757
Please make sure to run the tests before you commit your changes. You can run
58-
`npm start test.update` which will update any snapshots that need updating.
58+
`yarn start test.update` which will update any snapshots that need updating.
5959
Make sure to include those changes (if they exist) in your commit.
6060

6161
You or a maintainer will need to add a changeset file on you pull request if we

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ CLI for [`prettier-eslint`][prettier-eslint]
1515
[![Donate][donate-badge]][donate]
1616
[![Code of Conduct][coc-badge]][coc]
1717
[![Roadmap][roadmap-badge]][roadmap]
18-
[![Examples][examples-badge]][examples]
1918

2019
[![Watch on GitHub][github-watch-badge]][github-watch]
2120
[![Star on GitHub][github-star-badge]][github-star]
@@ -314,17 +313,15 @@ MIT
314313
[downloads-badge]: https://img.shields.io/npm/dm/prettier-eslint-cli.svg?style=flat-square
315314
[npm-stat]: http://npm-stat.com/charts.html?package=prettier-eslint-cli&from=2016-04-01
316315
[license-badge]: https://img.shields.io/npm/l/prettier-eslint-cli.svg?style=flat-square
317-
[license]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/LICENSE
316+
[license]: https://github.com/prettier/prettier-eslint-cli/blob/master/LICENSE
318317
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
319318
[prs]: http://makeapullrequest.com
320319
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
321320
[donate]: https://www.paypal.me/zimme
322321
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
323-
[coc]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/CODE_OF_CONDUCT.md
322+
[coc]: https://github.com/prettier/prettier-eslint-cli/blob/master/CODE_OF_CONDUCT.md
324323
[roadmap-badge]: https://img.shields.io/badge/%F0%9F%93%94-roadmap-CD9523.svg?style=flat-square
325-
[roadmap]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/ROADMAP.md
326-
[examples-badge]: https://img.shields.io/badge/%F0%9F%92%A1-examples-8C8E93.svg?style=flat-square
327-
[examples]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/EXAMPLES.md
324+
[roadmap]: https://github.com/prettier/prettier-eslint-cli/blob/master/ROADMAP.md
328325
[github-watch-badge]: https://img.shields.io/github/watchers/prettier/prettier-eslint-cli.svg?style=social
329326
[github-watch]: https://github.com/prettier/prettier-eslint-cli/watchers
330327
[github-star-badge]: https://img.shields.io/github/stars/prettier/prettier-eslint-cli.svg?style=social

0 commit comments

Comments
 (0)