mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-28 22:09:18 +02:00
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…
x
Reference in New Issue
Block a user