From dd15ba2d8ab3901da75c4b23a50115cfac0ee27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=98=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Wed, 23 Oct 2024 10:23:25 +0300 Subject: [PATCH] fix(eslint-plugin-experience): disable `aws-restricted-ip-admin-access` (#685) --- projects/eslint-plugin-experience/all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 13ba8ab1..a73fc7f2 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -1138,6 +1138,7 @@ module.exports = { 'rxjs/no-ignored-takewhile-value': 'off', 'rxjs/no-nested-subscribe': 'off', 'rxjs/no-unsafe-takeuntil': 'off', + 'sonarjs/aws-restricted-ip-admin-access': 'off', 'sonarjs/cognitive-complexity': 'off', 'sonarjs/deprecation': 'off', 'sonarjs/different-types-comparison': 'off',