Browse Source

上传新文件

c c 1 year ago
commit
e193c9374b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .prettierrc

+ 10 - 0
.prettierrc

@@ -0,0 +1,10 @@
+{
+    "printWidth": 200,
+    "eslintIntegration": false,
+    "stylelintIntegration": true,
+    "tabWidth": 2,
+    "semi": true,
+    "singleQuote": true,
+    "bracketSpacing": true,
+    "arrowParens": "avoid"
+}