Skip to content

Commit 9bdc35d

Browse files
committed
prettier, vitest config
1 parent f8f55e6 commit 9bdc35d

File tree

4 files changed

+543
-38
lines changed

4 files changed

+543
-38
lines changed

.prettierrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"tabWidth": 2,
5+
"useTabs": false,
6+
"printWidth": 95
7+
}

0 commit comments

Comments
 (0)