diff --git a/.eslintrc.js b/.eslintrc.js index 624e923..bdd2a35 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,32 +1,32 @@ -// module.exports = { -// root: true, -// env: { -// node: true -// }, -// 'extends': [ -// 'plugin:vue/essential', -// // '@vue/standard' -// ], -// rules: { -// "semi": [0], -// 'indent': 'off', -// 'vue/script-indent': [ -// 'error', -// 4, -// { -// 'baseIndent': 1 -// } -// ], -// 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', -// 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', -// 'vue/no-parsing-error': [ -// 2, -// { -// "x-invalid-end-tag": false -// } -// ] -// }, -// parserOptions: { -// parser: 'babel-eslint' -// } -// } \ No newline at end of file +module.exports = { + root: true, + env: { + node: true + }, + 'extends': [ + 'plugin:vue/essential', + // '@vue/standard' + ], + rules: { + "semi": [0], + 'indent': 'off', + 'vue/script-indent': [ + 'error', + 4, + { + 'baseIndent': 1 + } + ], + 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', + 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', + 'vue/no-parsing-error': [ + 2, + { + "x-invalid-end-tag": false + } + ] + }, + parserOptions: { + parser: 'babel-eslint' + } +} \ No newline at end of file diff --git a/public/favicon.jpg b/public/favicon.jpg new file mode 100644 index 0000000..0926f5d Binary files /dev/null and b/public/favicon.jpg differ diff --git a/public/index.html b/public/index.html index 5d5c643..3a4f468 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - +