mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-14 18:28:18 +01:00
9 lines
126 B
JSON
9 lines
126 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"prettier": "prettier --write \"./**/*.js\""
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"prettier": "^1.19.1"
|
||
|
}
|
||
|
}
|