chore: use npx prettier on lint-staged config for *.json
This commit is contained in:
parent
dff28ba4e1
commit
c283fee6db
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
"npx eslint --fix"
|
||||
],
|
||||
"*.json": [
|
||||
"prettier --write"
|
||||
"npx prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue