This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wiki
/
weseek__growi
miroir de
https://github.com/weseek/growi
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
add .prettierrc
Yuki Takei
il y a 7 ans
Parent
fe88f79c5b
commit
dd86a519c4
2 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
0
0
packages/growi-plugin-lsx/.prettierignore
5
0
packages/growi-plugin-lsx/.prettierrc
+ 0
- 0
packages/growi-plugin-lsx/.prettierignore
Voir le fichier
+ 5
- 0
packages/growi-plugin-lsx/.prettierrc
Voir le fichier
@@ -0,0 +1,5 @@
+{
+ "printWidth": 160,
+ "singleQuote": true,
+ "trailingComma": "all"
+}