Skip to content

Commit

Permalink
chore(mou-release-action): [MPI-582] updated dependencies and fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelluchini committed Sep 27, 2023
1 parent 5c85313 commit 5ffd3a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ module.exports = {
'@typescript-eslint/no-unsafe-argument': 'off',
'typescript-eslint/no-unsafe-enum-comparison': 'off',
'@typescript-eslint/no-unsafe-enum-comparison': 'off',
'@typescript-eslint/no-unsafe-call': 'off'
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-redundant-type-constituents': 'off'
},
};
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4258,7 +4258,7 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"husky@npm:^8.0.3":
"husky@npm:^8.0.0":
version: 8.0.3
resolution: "husky@npm:8.0.3"
bin:
Expand Down Expand Up @@ -5689,7 +5689,7 @@ fsevents@^2.3.2:
eslint-plugin-jsx-a11y: ^6.7.1
eslint-plugin-node: ^11.1.0
eslint-plugin-prettier: ^5.0.0
husky: ^8.0.3
husky: ^8.0.0
jest: ^29.7.0
jest-config: ^29.7.0
jest-environment-node: ^29.7.0
Expand Down

0 comments on commit 5ffd3a3

Please sign in to comment.