Explorar el Código

:gear: adding prettier rules for frontend

master
j hace 4 años
padre
commit
2f1c2f206f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      frontend/.prettierrc

+ 6
- 0
frontend/.prettierrc Ver fichero

@@ -0,0 +1,6 @@
1
+trailingComma: "all"
2
+tabWidth: 4
3
+semi: false
4
+singleQuote: true
5
+bracketSpacing: true
6
+arrowParens: "avoid"

Loading…
Cancelar
Guardar