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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-10-06 03:42:35 +0300
committerEvan Read <eread@gitlab.com>2020-10-06 03:42:35 +0300
commitb84d6c397db31bc460678566326b706d197e5ffe (patch)
tree25e6877cf9d843b0773c1130a645176c968f6ba6 /rollup.config.js
parent2d185784804a31a2a66de96def94c65543c0058b (diff)
Upgrade Prettier library and fix warnings that result
Diffstat (limited to 'rollup.config.js')
-rw-r--r--rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 42664a31..11837482 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -12,7 +12,7 @@ function mapDirectory(file) {
return file.replace('content/', 'public/');
}
-module.exports = glob.sync('content/frontend/**/*.js').map(file => ({
+module.exports = glob.sync('content/frontend/**/*.js').map((file) => ({
input: file,
output: {
file: mapDirectory(file),