Parcourir la source

add .prettierrc

Yuki Takei il y a 7 ans
Parent
commit
dd86a519c4

+ 0 - 0
packages/growi-plugin-lsx/.prettierignore


+ 5 - 0
packages/growi-plugin-lsx/.prettierrc

@@ -0,0 +1,5 @@
+{
+  "printWidth": 160,
+  "singleQuote": true,
+  "trailingComma": "all"
+}