Skip to content

Commit 7b38ad1

Browse files
committed
add prettier config
1 parent 73b9190 commit 7b38ad1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,14 @@
5858
"lodash.get": "^4.4.2",
5959
"modify-json-file": "^1.2.2",
6060
"vscode-framework": "^0.0.18"
61+
},
62+
"prettier": {
63+
"semi": false,
64+
"singleQuote": true,
65+
"proseWrap": "never",
66+
"tabWidth": 4,
67+
"trailingComma": "all",
68+
"arrowParens": "avoid",
69+
"printWidth": 150
6170
}
6271
}

0 commit comments

Comments
 (0)