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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-05-06 11:25:38 +0300
committerdartcafe <github@dartcafe.de>2020-05-06 11:25:38 +0300
commitb2ac80dc58ab1b38c5d5133b1a10dcec6e76ae44 (patch)
treea8805c9f5abf34d9b4e00a69013d52bb1186425f /.babelrc.js
parentcc7bc8f8e2e72ab9e35ba3b2ef76851f9fddd0a8 (diff)
fixes and layout
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/.babelrc.js b/.babelrc.js
index 50323f9a..57d227ef 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -6,9 +6,9 @@ module.exports = {
useBuiltIns: 'usage',
corejs: 3,
targets: {
- browsers: ['last 2 versions', 'ie >= 11']
- }
- }
- ]
- ]
+ browsers: ['last 2 versions', 'ie >= 11'],
+ },
+ },
+ ],
+ ],
}