diff --git a/eslint.config.mjs b/eslint.config.mjs index 5ddd5a00c5..489c98c211 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -98,7 +98,7 @@ export default tseslint.config( 'sonarjs/fixme-tag': 'warn', 'sonarjs/todo-tag': 'off', - 'sonarjs/deprecation': 'warn', + 'sonarjs/deprecation': 'off', 'sonarjs/no-alphabetical-sort': 'warn', 'sonarjs/no-inverted-boolean-check': 'error', 'sonarjs/no-selector-parameter': 'off', @@ -329,6 +329,7 @@ export default tseslint.config( } } ], + '@typescript-eslint/no-deprecated': 'warn', '@typescript-eslint/no-floating-promises': 'error', '@typescript-eslint/prefer-string-starts-ends-with': 'error' }