Skip to content

Commit 09024d2

Browse files
committed
chore: use minimal prettier config
1 parent 1fda2b8 commit 09024d2

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.prettierrc

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
{
22
"tabWidth": 2,
33
"useTabs": false,
4-
"trailingComma": "es5",
5-
"bracketSameLine": true,
6-
"overrides": [
7-
{
8-
"files": "*.md",
9-
"options": {
10-
"tabWidth": 4,
11-
"useTabs": false,
12-
"trailingComma": "es5",
13-
"endOfLine": "lf",
14-
"printWidth": 80,
15-
"proseWrap": "always"
16-
}
17-
}
18-
]
4+
"trailingComma": "none",
5+
"bracketSameLine": false,
6+
"printWidth": 88
197
}

0 commit comments

Comments
 (0)