added prettier

This commit is contained in:
2023-07-23 00:27:45 +02:00
parent 7c2ae7aeb1
commit d7318eaa78
3 changed files with 19 additions and 0 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"bracketSameLine": true
}

View File

@@ -24,6 +24,7 @@
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0",

View File

@@ -1003,6 +1003,7 @@ __metadata:
eslint: ^8.0.0
eslint-plugin-vue: ^9.0.0
pinia: ^2.0.23
prettier: ^3.0.0
roboto-fontface: "*"
typescript: ^5.0.0
vite: ^4.2.0
@@ -2378,6 +2379,15 @@ __metadata:
languageName: node
linkType: hard
"prettier@npm:^3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
languageName: node
linkType: hard
"promise-retry@npm:^2.0.1":
version: 2.0.1
resolution: "promise-retry@npm:2.0.1"