From 0ab013a8ef0fc65de8debad383c1a1b2cb0a5a6f Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 2 Sep 2024 14:32:40 +0300 Subject: [PATCH] feat: update rules --- projects/eslint-plugin-experience/all.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 22eb5572..9d5ca686 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -903,6 +903,7 @@ module.exports = { 'jest/prefer-expect-assertions': 'off', 'jest/prefer-expect-resolves': 'off', 'jest/prefer-hooks-on-top': 'off', + 'sonarjs/no-clear-text-protocols': 'off', /** * If enabled we have * Expected to be running in 'ProxyZone', but it was not found @@ -1062,6 +1063,7 @@ module.exports = { 'sonarjs/function-return-type': 'off', 'sonarjs/max-switch-cases': 'off', 'sonarjs/new-cap': 'off', + 'sonarjs/no-angular-bypass-sanitization': 'off', 'sonarjs/no-commented-code': 'off', 'sonarjs/no-duplicate-string': 'off', 'sonarjs/no-empty-function': 'off',