mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-30 06:40:09 +02:00
Use the prettier config file
This commit is contained in:
parent
0ebad77083
commit
e550b15094
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prettier-fix": "npx prettier --write \"./**/*.js\"",
|
"prettier-fix": "npx prettier --write \"./**/*.js\" --config .prettierrc.json",
|
||||||
"prettier-check": "npx prettier --check \"./**/*.js\""
|
"prettier-check": "npx prettier --check \"./**/*.js\" --config .prettierrc.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^1.19.1"
|
"prettier": "^1.19.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user