tangled
alpha
login
or
join now
gwen.works
/
portfolio
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
🎨 Format code
gwen.works
5 months ago
ae4792b6
b9122f07
+2
-2
1 changed file
expand all
collapse all
unified
split
.prettierrc
+2
-2
.prettierrc
···
1
1
{
2
2
"jsonRecursiveSort": true,
3
3
"jsonSortOrder": "{\"*\": \"lexical\"}",
4
4
-
"plugins": ["prettier-plugin-astro", "prettier-plugin-sort-json"],
5
4
"overrides": [
6
5
{
7
6
"files": "*.astro",
···
9
8
"parser": "astro"
10
9
}
11
10
}
12
12
-
]
11
11
+
],
12
12
+
"plugins": ["prettier-plugin-astro", "prettier-plugin-sort-json"]
13
13
}