소스 검색

Update config files

Mathieu Acthernoene 5 년 전
부모
커밋
d8e527c5a0
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      .prettierrc
  2. 1
    0
      .yarnrc

+ 3
- 2
.prettierrc 파일 보기

@@ -1,5 +1,6 @@
1 1
 {
2
+  "bracketSpacing": false,
3
+  "jsxBracketSameLine": true,
2 4
   "singleQuote": true,
3
-  "trailingComma": "all",
4
-  "semi": false
5
+  "trailingComma": "all"
5 6
 }

+ 1
- 0
.yarnrc 파일 보기

@@ -0,0 +1 @@
1
+save-exact true