Pārlūkot izejas kodu

Update config files

Mathieu Acthernoene 5 gadus atpakaļ
vecāks
revīzija
d8e527c5a0
2 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 3
    2
      .prettierrc
  2. 1
    0
      .yarnrc

+ 3
- 2
.prettierrc Parādīt failu

@@ -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 Parādīt failu

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