-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
I'm working with node 12.18.1, prettier@2.0.5, and pretty-quick@3.1.0 on a windows 10 computer.
I have this strange behaviour:
$ git status
On branch feature/code-quality
Your branch is up to date with 'origin/feature/code-quality'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: src/app/app.component.spec.ts
then
$ npx pretty-quick --staged
� Finding changed files since git revision 2ba99b6.
� Found 0 changed files.
✅ Everything is awesome!
but
$ npx prettier --check **
Checking formatting...
src\app\app.component.spec.ts
Code style issues found in the above file(s). Forgot to run Prettier?
Any idea ?
Metadata
Metadata
Assignees
Labels
No labels