소스 검색

上传新文件

c c 1 년 전
커밋
e193c9374b
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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"
+}