Skip to content

Commit

Permalink
Merge pull request #184 from amansinghbais/picking/nodeVersionUpdate
Browse files Browse the repository at this point in the history
Fixed: build failure of app on node version 20
  • Loading branch information
ravilodhi authored Dec 11, 2023
2 parents 25144fe + e96047e commit 24e4e90
Show file tree
Hide file tree
Showing 5 changed files with 11,449 additions and 54,927 deletions.
13 changes: 1 addition & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,5 @@ module.exports = {
'vue/no-deprecated-slot-attribute': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'vue/multi-word-component-names' : 'off'
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
],
env: {
jest: true
}
}
]
}
}
7 changes: 0 additions & 7 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 24e4e90

Please sign in to comment.