Skip to content

Commit

Permalink
chore: dependency updates (#567)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Mar 13, 2022
1 parent 4d18c13 commit 4e69c21
Show file tree
Hide file tree
Showing 71 changed files with 25,413 additions and 44,740 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
camelcase: 0,
'vue/no-v-html': 0,
'no-use-before-define': 0,
'@typescript-eslint/camelcase': 0,
'@typescript-eslint/no-explicit-any': 0
},
Expand Down
Loading

0 comments on commit 4e69c21

Please sign in to comment.