Skip to content

Commit d0f1f26

Browse files
committed
feat:common configuration#85-added prettierrc
1 parent e44d3be commit d0f1f26

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"tabWidth": 2,
3+
"singleQuote": true,
4+
"trailingComma": "all",
5+
"semi": true,
6+
"overrides": [
7+
{
8+
"files": "*.ts",
9+
"options": {
10+
"parser": "typescript"
11+
}
12+
}
13+
]
14+
}
15+

0 commit comments

Comments
 (0)