@@ -156,7 +156,6 @@ const tsConfigurations = [
156156 devDependencies : [ '**/*.spec.ts' , '**/*.test.ts' ] ,
157157 } ,
158158 ] ,
159- 'import/no-deprecated' : 'error' ,
160159 'import/namespace' : 'off' ,
161160
162161 // has a bug, throws an exception in some cases
@@ -170,6 +169,7 @@ const tsConfigurations = [
170169 'require-yield' : 'error' ,
171170 'no-console' : 'error' ,
172171 'no-return-await' : 'error' ,
172+ '@typescript-eslint/no-deprecated' : 'off' ,
173173 '@typescript-eslint/explicit-function-return-type' : 'off' ,
174174 '@typescript-eslint/explicit-module-boundary-types' : 'error' ,
175175 '@typescript-eslint/ban-ts-comment' : 'error' ,
@@ -435,6 +435,7 @@ const tsConfigurations = [
435435 'sonarjs/no-exclusive-tests' : 'off' , // duplicate
436436 'sonarjs/no-identical-functions' : 'off' ,
437437 'sonarjs/no-misleading-array-reverse' : 'off' ,
438+ 'sonarjs/slow-regexp' : 'off' ,
438439 'sonarjs/pseudo-random' : 'off' ,
439440 'sonarjs/unused-named-groups' : 'off' ,
440441 'unicorn/no-useless-undefined' : 'off' ,
0 commit comments