Skip to content

Commit 7678e19

Browse files
Prettier formatting updates (#295)
* [deps]: Update prettier to v3.2.5 * apply prettier formatting changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad76949 commit 7678e19

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cspell": "8.3.2",
4747
"husky": "9.0.10",
4848
"lint-staged": "15.2.1",
49-
"prettier": "3.2.4",
49+
"prettier": "3.2.5",
5050
"typescript": "5.3.3"
5151
},
5252
"browserslist": {

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// This file is not used in compilation. It is here just for a nice editor experience.
33
"extends": "@docusaurus/tsconfig",
44
"compilerOptions": {
5-
"baseUrl": ".",
6-
},
5+
"baseUrl": "."
6+
}
77
}

0 commit comments

Comments
 (0)