Skip to content

Commit 97da4da

Browse files
committed
upd: add prettier config
1 parent f10b2b1 commit 97da4da

File tree

3 files changed

+166
-47
lines changed

3 files changed

+166
-47
lines changed

.prettierrc.json

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

.vscode/extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["esbenp.prettier-vscode"]
3+
}

0 commit comments

Comments
 (0)