Skip to content

Commit ab14b95

Browse files
committed
Merge branch 'main' into typescript
2 parents 043633d + 6d8d727 commit ab14b95

15 files changed

+1514
-1613
lines changed

.prettierrc.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"bracketSpacing": false,
3+
"printWidth": 80,
4+
"semi": true,
5+
"singleQuote": true,
6+
"tabWidth": 2,
7+
"trailingComma": "none",
8+
"useTabs": false,
9+
"arrowParens": "always"
10+
}

0 commit comments

Comments
 (0)