From aeb94dbc2bee2993a71162cf1b9f132ca8130394 Mon Sep 17 00:00:00 2001 From: Zaytsev Kirill Date: Sun, 11 Oct 2020 17:16:30 +0300 Subject: [PATCH] style: Fixed style of babel.config.js --- babel.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/babel.config.js b/babel.config.js index 3aaa109..512f53d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,13 +1,13 @@ module.exports = { - env: { - test: { - presets: [ - [ '@babel/preset-env', { - targets: { - node: '9' - } - } ] - ] + env: { + test: { + presets: [ + ['@babel/preset-env', { + targets: { + node: '9' + } + }] + ] + } } - } }