From f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Mon, 19 Jul 2021 20:06:08 +0300 Subject: Apply Prettier --- babel.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 6671128..7c8e112 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,15 +1,15 @@ module.exports = { - presets: ["babel-preset-expo"], + presets: ['babel-preset-expo'], env: { production: {}, }, plugins: [ [ - "@babel/plugin-proposal-decorators", + '@babel/plugin-proposal-decorators', { legacy: true, }, ], - ["@babel/plugin-proposal-optional-catch-binding"], + ['@babel/plugin-proposal-optional-catch-binding'], ], } -- cgit v1.2.3