Skip to content

Commit 8f7f475

Browse files
committed
work: update .prettierrc
1 parent ab6d309 commit 8f7f475

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

.prettier.js

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

.prettierrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "all",
4+
"endOfLine": "lf",
5+
"printWidth": 100,
6+
"proseWrap": "never",
7+
"arrowParens": "avoid",
8+
"htmlWhitespaceSensitivity": "ignore",
9+
"overrides": [
10+
{
11+
"files": ".prettierrc",
12+
"options": {
13+
"parser": "json"
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)