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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-23 18:09:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-23 18:09:54 +0300
commit9dbca64417abbec779a219b9e0df9d289d945032 (patch)
tree3721592153aa2c991a4a5fe686eb4471dabd98b4 /.prettierrc
parent5c9f6c66fabf22927e862b2b60362e4ea25b250b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc
index 73988ef3f95..ace0e29d59b 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,6 +1,6 @@
{
"printWidth": 100,
"singleQuote": true,
- "arrowParens": "avoid",
+ "arrowParens": "always",
"trailingComma": "all"
}