Skip to content

Commit

Permalink
Merge pull request #204 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Update packages and refactor
  • Loading branch information
José Luis Pereira authored and GitHub committed Feb 14, 2024
2 parents e19dc66 + b958716 commit 753a0f4
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 753a0f4

Please sign in to comment.