Skip to content

Commit 6e93268

Browse files
committed
chore: update prettier to version 3
closes #131
1 parent 4afb1b3 commit 6e93268

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.prettierrc.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"semi": false,
3-
"tabWidth": 2,
43
"singleQuote": true,
5-
"printWidth": 80,
6-
"trailingComma": "none",
74
"overrides": [
85
{
96
"files": ["*.json5"],

docs/.vitepress/theme/components/HomeSponsors.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ const { data } = useSponsor()
4242
text-align: center;
4343
font-weight: 600;
4444
white-space: nowrap;
45-
transition: color 0.25s, border-color 0.25s, background-color 0.25s;
45+
transition:
46+
color 0.25s,
47+
border-color 0.25s,
48+
background-color 0.25s;
4649
/* .VPButton.medium */
4750
border-radius: 20px;
4851
padding: 0 20px;

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"vite",
3030
"docs",
3131
"translation",
32-
"pt"
32+
"pt",
33+
"pt-br",
34+
"pt-pt"
3335
],
3436
"author": "",
3537
"license": "MIT",

0 commit comments

Comments
 (0)