Skip to content

Commit a2efb13

Browse files
committed
upgrade dependencies
1 parent 9519657 commit a2efb13

File tree

4 files changed

+9739
-9739
lines changed

4 files changed

+9739
-9739
lines changed

.eslintrc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ module.exports = {
1818
'no-param-reassign': 0,
1919
'implicit-arrow-linebreak': 0,
2020
'import/prefer-default-export': 0,
21-
'import/no-extraneous-dependencies': 0
21+
'import/no-extraneous-dependencies': 0,
22+
'vue/multi-word-component-names': 0
2223
},
2324
parserOptions: {
24-
parser: 'babel-eslint'
25+
parser: '@babel/eslint-parser'
2526
},
2627
overrides: [
2728
{

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ['@vue/app']
2+
presets: ['@vue/cli-plugin-babel/preset']
33
};

0 commit comments

Comments
 (0)