An open API service indexing awesome lists of open source software.

https://github.com/ipanasenko/prettier-3-bug-demo


https://github.com/ipanasenko/prettier-3-bug-demo

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# prettier-3-bug-demo

## To reproduce the bug:

- checkout commit `prettier works`
- run `yarn`
- run `npx prettier --check index.js` to verify that it works
- checkout commit `prettier does not work`
- run `yarn`
- run `npx prettier --check index.js` to verify that it does not work
- run `rm node_modules/.bin/prettier`
- run `yarn`
- run `npx prettier --check index.js` to verify that it works