summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-23 15:09:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-23 15:09:54 +0000
commit9dbca64417abbec779a219b9e0df9d289d945032 (patch)
tree3721592153aa2c991a4a5fe686eb4471dabd98b4 /.prettierrc
parent5c9f6c66fabf22927e862b2b60362e4ea25b250b (diff)
downloadgitlab-ce-9dbca64417abbec779a219b9e0df9d289d945032.tar.gz
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"
}