Skip to content

Commit e30f2f9

Browse files
committed
refactor(prettier): move prettier configuration to json
1 parent b7a1312 commit e30f2f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.prettierrc.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

.prettierrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"semi": true,
3+
"trailingComma": "all",
4+
"singleQuote": true,
5+
"printWidth": 120,
6+
"tabWidth": 2
7+
}

0 commit comments

Comments
 (0)