This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add .prettierrc
Yuki Takei
7 years ago
parent
fe88f79c5b
commit
dd86a519c4
2 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
0
0
packages/growi-plugin-lsx/.prettierignore
5
0
packages/growi-plugin-lsx/.prettierrc
+ 0
- 0
packages/growi-plugin-lsx/.prettierignore
View File
+ 5
- 0
packages/growi-plugin-lsx/.prettierrc
View File
@@ -0,0 +1,5 @@
+{
+ "printWidth": 160,
+ "singleQuote": true,
+ "trailingComma": "all"
+}