diff --git a/.eslintrc.js b/.eslintrc.js index 8ad90db..7bd245d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,17 +1,14 @@ module.exports = { - root: true, - env: { - node: true - }, - 'extends': [ - 'plugin:vue/essential', - 'eslint:recommended' - ], - parserOptions: { - parser: 'babel-eslint' - }, - rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' - } + root: true, + env: { + node: true, + }, + extends: ['plugin:vue/essential', 'eslint:recommended'], + parserOptions: { + parser: 'babel-eslint', + }, + rules: { + 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', + 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', + }, } diff --git a/babel.config.js b/babel.config.js index e955840..f47f7db 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,3 @@ module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] + presets: ['@vue/cli-plugin-babel/preset'], } diff --git a/public/index.html b/public/index.html index 4123528..6f84add 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,21 @@ -
- - - - -
- For a guide and recipes on how to configure / customize this project,
- check out the
- vue-cli documentation.
-
+ For a guide and recipes on how to configure / customize this
+ project,
+ check out the
+ vue-cli documentation.
+