Skip to content

Commit

Permalink
fix: upgrade vue and other 3rd party dependencies (#792)
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
Ivelin Ivanov authored Dec 10, 2021
1 parent f58b608 commit 3cd7874
Show file tree
Hide file tree
Showing 4 changed files with 45,473 additions and 20,964 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ module.exports = {
},

extends: [
'plugin:vue/strongly-recommended',
'@vue/standard'
'plugin:vue/strongly-recommended'
],

rules: {
'no-console': 'off',
'no-debugger': 'off'
'no-debugger': 'off',
'vue/multi-word-component-names': 'off'
},

parserOptions: {
parser: 'babel-eslint'
parser: '@babel/eslint-parser'
},

overrides: [
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'^.+\\.js$': 'babel-jest',
'.*\\.vue$': 'vue-jest'
},
transformIgnorePatterns: ["node_modules/(?!(konva)/)"],
collectCoverage: true,
coverageDirectory: './coverage/jest/',
coverageReporters: ['json', 'text'],
Expand Down
Loading

0 comments on commit 3cd7874

Please sign in to comment.