mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
10 lines
246 B
JSON
10 lines
246 B
JSON
{
|
|
"scripts": {
|
|
"prettier-fix": "npx prettier --write \"./**/*.js\" --config .prettierrc.json",
|
|
"prettier-check": "npx prettier --check \"./**/*.js\" --config .prettierrc.json"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.19.1"
|
|
}
|
|
}
|