Skip to content

Commit a4c6d65

Browse files
committed
Use .prettierrc.json
1 parent 4d57d56 commit a4c6d65

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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": false,
3+
"singleQuote": true,
4+
"printWidth": 120,
5+
"proseWrap": "always",
6+
"trailingComma": "all"
7+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": ".eslintrc.js",
55
"files": [
66
".eslintrc.js",
7-
".prettierrc.js",
7+
".prettierrc.json",
88
".editorconfig",
99
".gitattributes"
1010
],

0 commit comments

Comments
 (0)