From 170d7a61f720ece9dc4b347b19f5a8213f1d8984 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 20 Jun 2020 16:50:49 +0200 Subject: viewer: prettier formatting based on eslint-prettier plugin --- viewer/babel.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'viewer/babel.config.js') diff --git a/viewer/babel.config.js b/viewer/babel.config.js index 1378522..ca2a3c1 100644 --- a/viewer/babel.config.js +++ b/viewer/babel.config.js @@ -1,5 +1,4 @@ module.exports = { presets: ["@vue/cli-plugin-babel/preset"], - plugins: [ - ], + plugins: [], }; -- cgit v1.2.3