This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
mobilizon
mirror of
https://framagit.org/framasoft/mobilizon.git
Watch
1
Star
0
Fork
You've already forked mobilizon
0
Code
Issues
Releases
Wiki
Activity
0613f7f736
mobilizon
/
js
/
.prettierrc.json
7 lines
95 B
JSON
Raw
Normal View
History
Unescape
Escape
Fix prettier config Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-11-25 16:00:05 +00:00
{
"trailingComma"
:
"es5"
,
"semi"
:
true
,
"singleQuote"
:
false
,
"bracketSpacing"
:
true
}