Skip to content

Commit

Permalink
upgrade packages, fix errors, update tests and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
victorborrasdev authored and ricardoferrolho committed Mar 20, 2024
1 parent 844d4ca commit 43a8d15
Show file tree
Hide file tree
Showing 21 changed files with 1,737 additions and 943 deletions.
25 changes: 10 additions & 15 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"plugin:vue/recommended"
"plugin:vue/vue3-recommended"
],
// 2: reports an error, breaking the build.
// 1: report a warning.
Expand Down Expand Up @@ -43,26 +43,21 @@
2,
"always"
],
"quotes": [
2,
"single",
{
"allowTemplateLiterals": true
}
],
"semi": 2,
"strict": 0,
"valid-jsdoc": [
// TODO: CHANGE TO 2
1,
{
"requireReturn": false
}
],
"valid-jsdoc": 0,
"valid-typeof": 2,
"vue/require-default-prop": 0,
"wrap-iife": [
2,
"inside"
],
"quotes": [
2,
"single",
{
"allowTemplateLiterals": true
}
]
},
"globals": {
Expand Down
19 changes: 0 additions & 19 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
},
},
],
'vue'
'vue',
],
'env': {
'test': {
Expand Down
Loading

0 comments on commit 43a8d15

Please sign in to comment.