https://github.com/ipanasenko/prettier-3-bug-demo
https://github.com/ipanasenko/prettier-3-bug-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ipanasenko/prettier-3-bug-demo
- Owner: ipanasenko
- Created: 2023-09-04T11:55:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T12:07:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T13:51:12.194Z (about 1 year ago)
- Language: JavaScript
- Size: 841 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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