summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-06-30 21:28:56 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-03 12:58:13 +0200
commit42e9b47159cb95a9152e7ea66fe26abce5beeb9e (patch)
tree1083dd723d41b4f215ce91b91c8766cdb4afbacf /babel.config.js
parentf1668df03fa137ff809f26b6dd5b52707d6009f1 (diff)
change linting rule from spaces to tabs to match typical vue linting
also clean up all lint warnings in js+vue files Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/babel.config.js b/babel.config.js
index ec45a210c..a179fa443 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,6 +1,6 @@
module.exports = {
- plugins: [
- '@babel/plugin-syntax-dynamic-import',
- ],
- presets: ['@babel/preset-env'],
+ plugins: [
+ '@babel/plugin-syntax-dynamic-import',
+ ],
+ presets: ['@babel/preset-env'],
}