ipanasenko / prettier-3-bug-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%