Skip to content

Commit b4868c6

Browse files
committed
chore: wip
1 parent 14f3b62 commit b4868c6

21 files changed

+8773
-1418
lines changed

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.prettierignore

Whitespace-only changes.

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"printWidth": 100,
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"trailingComma": "none"
6+
}

0 commit comments

Comments
 (0)