forked from extern/easydiffusion
Use the prettier config file
This commit is contained in:
parent
0ebad77083
commit
e550b15094
@ -1,7 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"prettier-fix": "npx prettier --write \"./**/*.js\"",
|
||||
"prettier-check": "npx prettier --check \"./**/*.js\""
|
||||
"prettier-fix": "npx prettier --write \"./**/*.js\" --config .prettierrc.json",
|
||||
"prettier-check": "npx prettier --check \"./**/*.js\" --config .prettierrc.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^1.19.1"
|
||||
|
Loading…
Reference in New Issue
Block a user