Skip to content

Commit

Permalink
Merge pull request #230 from amansinghbais/inventory-count/nodeVersio…
Browse files Browse the repository at this point in the history
…nUpdate

Fixed: build failure of app on node version 20
  • Loading branch information
ymaheshwari1 authored Dec 18, 2023
2 parents fd78510 + 34c2833 commit 1643a5d
Show file tree
Hide file tree
Showing 12 changed files with 11,470 additions and 46,905 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 1643a5d

Please sign in to comment.