Skip to content

Commit f4c7b48

Browse files
committed
Use prettier with our shared config
1 parent dd36787 commit f4c7b48

File tree

5 files changed

+367
-361
lines changed

5 files changed

+367
-361
lines changed

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"@getaround-eu/prettier-config"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@babel/preset-env": "^7.4.5",
4848
"@babel/preset-typescript": "^7.3.3",
4949
"@drivy/eslint-config": "^1.0.1",
50+
"@getaround-eu/prettier-config": "^1.2.0",
5051
"@types/jest": "^26.0.10",
5152
"@typescript-eslint/eslint-plugin": "5.9.0",
5253
"@typescript-eslint/parser": "5.9.0",
@@ -57,7 +58,7 @@
5758
"jest": "^26.4.2",
5859
"microbundle": "^0.14.2",
5960
"np": "7.6.0",
60-
"prettier": "^2.1.1",
61+
"prettier": "^2.8.8",
6162
"typescript": "4.5.4"
6263
},
6364
"publishConfig": {

0 commit comments

Comments
 (0)