We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c569 commit 5cbb592Copy full SHA for 5cbb592
.prettierrc.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ singleQuote: true, //字符串是否使用单引号,默认为false,使用双引号
3
+ semi: false, //行位是否使用分号,默认为true
4
+ trailingComma: 'es5', //是否使用尾逗号,有三个可选值"<none|es5|all>"
5
+ arrowParens: 'always'
6
+};
0 commit comments