From 60f63d1ee27841c06e74158e6c6d93739d88646d Mon Sep 17 00:00:00 2001 From: Myrotvorets Date: Sat, 18 Dec 2021 16:23:58 +0200 Subject: [PATCH] Update peer deps --- index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 168e40f3..87ca3612 100644 --- a/index.js +++ b/index.js @@ -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', diff --git a/package-lock.json b/package-lock.json index 71adb5a5..7b4e3702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,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" } }, diff --git a/package.json b/package.json index 354069f3..e1f62356 100644 --- a/package.json +++ b/package.json @@ -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": {