Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierrc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b89dea4c653af93c473a077961cc1c16e2548a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "printWidth": 100,
  "singleQuote": true,
  "trailingComma": "es5",
  "overrides": [
    {
      "files": ["**/app/assets/javascripts/**/*", "**/spec/javascripts/**/*"],
      "options": {
        "trailingComma": "all"
      }
    }
  ]
}