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
fa6e5bd0697e5bda333b930b250851aeaba416b2
fa6e5bd0697e5bda333b930b250851aeaba416b2
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
}