diff options
author | Zero~Informatique | 2020-06-20 16:50:49 +0200 |
---|---|---|
committer | OzoneGrif | 2020-06-28 14:11:13 +0200 |
commit | 170d7a61f720ece9dc4b347b19f5a8213f1d8984 (patch) | |
tree | 3a7af0595faea4a98437f8f73b3172529bda3a1d /viewer/babel.config.js | |
parent | 06355c9cebce469d3d827d48043387144c2458a5 (diff) | |
download | ldgallery-170d7a61f720ece9dc4b347b19f5a8213f1d8984.tar.gz |
viewer: prettier formatting based on eslint-prettier plugin
Diffstat (limited to 'viewer/babel.config.js')
-rw-r--r-- | viewer/babel.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
1 | module.exports = { | 1 | module.exports = { |
2 | presets: ["@vue/cli-plugin-babel/preset"], | 2 | presets: ["@vue/cli-plugin-babel/preset"], |
3 | plugins: [ | 3 | plugins: [], |
4 | ], | ||
5 | }; | 4 | }; |