Ver código fonte

Update config files

Mathieu Acthernoene 6 anos atrás
pai
commit
d8e527c5a0
2 arquivos alterados com 4 adições e 2 exclusões
  1. 3
    2
      .prettierrc
  2. 1
    0
      .yarnrc

+ 3
- 2
.prettierrc Ver arquivo

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

+ 1
- 0
.yarnrc Ver arquivo

1
+save-exact true