Skip to content

Commit 1c4c37a

Browse files
committed
chore: add prettier file
1 parent 5e3b0fa commit 1c4c37a

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ lib
55
# docs site
66
website/build
77
website/.docusaurus
8+
website/tsdoc-metadata.json

website/src/css/custom.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
--ifm-color-primary-lighter: #ae82fb;
1515
--ifm-color-primary-lightest: #ceb3fd;
1616
--ifm-code-font-size: 95%;
17-
font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif;
17+
font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo",
18+
Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", sans-serif;
1819
}
1920

2021
.docusaurus-highlight-code-line {

website/tsdoc-metadata.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2-
// It should be published with your NPM package. It should not be tracked by Git.
3-
{
4-
"tsdocVersion": "0.12",
5-
"toolPackages": [
6-
{
7-
"packageName": "@microsoft/api-extractor",
8-
"packageVersion": "7.18.19"
9-
}
10-
]
11-
}
1+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2+
// It should be published with your NPM package. It should not be tracked by Git.
3+
{
4+
"tsdocVersion": "0.12",
5+
"toolPackages": [
6+
{
7+
"packageName": "@microsoft/api-extractor",
8+
"packageVersion": "7.18.19"
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)