Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
9e88a8e5740b422d2e12e7533b47b302f0554e7b
9e88a8e5740b422d2e12e7533b47b302f0554e7b
Switch branch/tag
create-react-app
.prettierrc
Find file
Normal view
History
Permalink
.prettierrc
68 Bytes
Newer
Older
Add prettierrc file for monorepo development
Joe Haddad
committed
6 years ago
1
2
3
4
5
{
"trailingComma": "es5",
"singleQuote": true,
"semi": true
}