Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
62f2e9a21c0aeab76e367a8b755f33cb82e88060
openbis
openbis_ng_ui
.prettierrc
Find file
Normal view
Permalink
.prettierrc
90 B
Newer
Older
Configure 'prettier' formatter, adjust eslint to still check the code quality...
piotr.kupczyk@id.ethz.ch
committed
5 years ago
1
2
3
4
5
6
{
"semi": false,
"endOfLine": "lf",
"singleQuote": true,
"jsxSingleQuote": true
}