chore: prettier mugitzen du
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
front/node_modules
|
|
||||||
front/public
|
|
||||||
front/.cache
|
|
||||||
3
front/.prettierignore
Normal file
3
front/.prettierignore
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
node_modules
|
||||||
|
public
|
||||||
|
.cache
|
||||||
@@ -13,7 +13,8 @@
|
|||||||
"start": "gatsby develop",
|
"start": "gatsby develop",
|
||||||
"build": "gatsby build",
|
"build": "gatsby build",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve",
|
||||||
"clean": "gatsby clean"
|
"clean": "gatsby clean",
|
||||||
|
"prettier": "prettier . --write"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-styled-components": "^2.0.2",
|
"babel-plugin-styled-components": "^2.0.2",
|
||||||
@@ -31,5 +32,8 @@
|
|||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.1",
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"styled-components": "^5.3.3"
|
"styled-components": "^5.3.3"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"prettier": "^2.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"start:back": "yarn workspace back start",
|
"start:back": "yarn workspace back start",
|
||||||
"develop:back": "yarn workspace back develop",
|
"develop:back": "yarn workspace back develop",
|
||||||
"develop:front": "yarn workspace front develop",
|
"develop:front": "yarn workspace front develop",
|
||||||
"prettier:front": "yarn prettier front --write"
|
"prettier:front": "yarn workspace front prettier"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -28,8 +28,5 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/labasarea/laba-webgunea/issues"
|
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user