This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
35c412327c
gitlab-org--gitlab-foss
/
.prettierrc
6 lines
73 B
Text
Raw
Normal View
History
Unescape
Escape
Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation
2018-03-14 15:32:36 -04:00
{
Update Prettier Print WIdth to 100
2018-03-23 07:26:57 -04:00
"printWidth": 100,
Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation
2018-03-14 15:32:36 -04:00
"singleQuote": true,
Remove node 6 trailing comma support This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
2019-03-08 11:59:15 -05:00
"trailingComma": "all"
Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation
2018-03-14 15:32:36 -04:00
}
Copy permalink