Skip to content

Commit

Permalink
Update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Dec 18, 2021
1 parent c9ea17a commit 60f63d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module.exports = {
'@typescript-eslint/prefer-regexp-exec': 'warn',
'@typescript-eslint/prefer-string-starts-ends-with': 'warn',
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
'@typescript-eslint/unbound-method': ['warn', { ignoreStatic: true }],

'import/order': [
'error',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": ">= 7",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4 || ^4.0.0",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-promise": "^5.0.0 || ^6.0.0",
"eslint-plugin-sonarjs": "^0.6.0 || ^0.7.0 || ^0.9.0 || ^0.10.0 || ^0.11.0"
},
"devDependencies": {
Expand Down

0 comments on commit 60f63d1

Please sign in to comment.