chore: prettier erabiltzen du

This commit is contained in:
Aitor Urrutia
2022-01-14 20:28:45 +01:00
parent ae6e523215
commit 3d86958647
8 changed files with 98 additions and 70 deletions

View File

@@ -10,7 +10,8 @@
"scripts": {
"start:back": "yarn workspace back start",
"develop:back": "yarn workspace back develop",
"develop:front": "yarn workspace front develop"
"develop:front": "yarn workspace front develop",
"prettier:front": "yarn prettier front --write"
},
"repository": {
"type": "git",
@@ -27,5 +28,8 @@
"bugs": {
"url": "https://github.com/labasarea/laba-webgunea/issues"
},
"homepage": "https://github.com/labasarea/laba-webgunea#readme"
"homepage": "https://github.com/labasarea/laba-webgunea#readme",
"devDependencies": {
"prettier": "^2.5.1"
}
}