Skip to content

Commit

Permalink
Update packages and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Feb 14, 2024
1 parent 35a87f8 commit b958716
Show file tree
Hide file tree
Showing 15 changed files with 1,189 additions and 1,126 deletions.
9 changes: 3 additions & 6 deletions .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
module.exports = {
env: {
node: true,
node: true
},
extends: [
'eslint:recommended',
'plugin:vue/vue3-recommended',
],
extends: ['eslint:recommended', 'plugin:vue/vue3-recommended'],
globals: {
defineEmits: true,
defineProps: true,
Expand All @@ -16,4 +13,4 @@ module.exports = {
rules: {
'vue/no-v-html': 'off'
}
}
}
Loading

0 comments on commit b958716

Please sign in to comment.