@@ -156,7 +156,6 @@ const tsConfigurations = [
156
156
devDependencies : [ '**/*.spec.ts' , '**/*.test.ts' ] ,
157
157
} ,
158
158
] ,
159
- 'import/no-deprecated' : 'error' ,
160
159
'import/namespace' : 'off' ,
161
160
162
161
// has a bug, throws an exception in some cases
@@ -170,6 +169,7 @@ const tsConfigurations = [
170
169
'require-yield' : 'error' ,
171
170
'no-console' : 'error' ,
172
171
'no-return-await' : 'error' ,
172
+ '@typescript-eslint/no-deprecated' : 'off' ,
173
173
'@typescript-eslint/explicit-function-return-type' : 'off' ,
174
174
'@typescript-eslint/explicit-module-boundary-types' : 'error' ,
175
175
'@typescript-eslint/ban-ts-comment' : 'error' ,
@@ -435,6 +435,7 @@ const tsConfigurations = [
435
435
'sonarjs/no-exclusive-tests' : 'off' , // duplicate
436
436
'sonarjs/no-identical-functions' : 'off' ,
437
437
'sonarjs/no-misleading-array-reverse' : 'off' ,
438
+ 'sonarjs/slow-regexp' : 'off' ,
438
439
'sonarjs/pseudo-random' : 'off' ,
439
440
'sonarjs/unused-named-groups' : 'off' ,
440
441
'unicorn/no-useless-undefined' : 'off' ,
0 commit comments