From 453ba74049d4993a507743d1a9d6c840bc8f6f25 Mon Sep 17 00:00:00 2001 From: splincode Date: Thu, 28 Dec 2023 21:33:30 +0300 Subject: [PATCH] feat(eslint-plugin-experience): disable `sonar/deprecation` --- 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 ce50cb10..215c84a5 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -923,6 +923,7 @@ module.exports = { 'promise/no-nesting': 'off', quotes: 'off', 'require-await': 'off', + 'sonar/deprecation': 'off', 'sonar/function-name': 'off', 'sonar/max-union-size': 'off', 'sonarjs/cognitive-complexity': 'off',