Fixing prettier run command
This commit is contained in:
parent
f6d3783f6c
commit
3f0ef2d31a
3 changed files with 6 additions and 6 deletions
|
@ -13,8 +13,8 @@
|
|||
"lint": "DEBUG= node_modules/.bin/eslint src/ . --ext .ts",
|
||||
"fix": "DEBUG= node_modules/.bin/eslint --fix src/ . --ext .ts",
|
||||
"precommit": "lint-staged",
|
||||
"pretty": "yarn prettier --write src/",
|
||||
"pretty-check": "yarn prettier --check src/"
|
||||
"pretty": "yarn prettier --write 'src/**/*.{ts,tsx}'",
|
||||
"pretty-check": "yarn prettier --check 'src/**/*.{ts,tsx}'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue