This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wiki
/
weseek__growi
espejo de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add .prettierrc
Yuki Takei
hace 7 años
padre
fe88f79c5b
commit
dd86a519c4
Se han
modificado 2 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
0
0
packages/growi-plugin-lsx/.prettierignore
5
0
packages/growi-plugin-lsx/.prettierrc
+ 0
- 0
packages/growi-plugin-lsx/.prettierignore
Ver fichero
+ 5
- 0
packages/growi-plugin-lsx/.prettierrc
Ver fichero
@@ -0,0 +1,5 @@
+{
+ "printWidth": 160,
+ "singleQuote": true,
+ "trailingComma": "all"
+}