Skip to content

Commit

Permalink
Remove @typescript-eslint no-deprecated and sonarjs slow-regex for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolavar committed Jan 16, 2025
1 parent 0735034 commit 110a9fb
Show file tree
Hide file tree
Showing 3 changed files with 1,397 additions and 303 deletions.
2 changes: 2 additions & 0 deletions index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ const tsConfigurations = [
'require-yield': 'error',
'no-console': 'error',
'no-return-await': 'error',
'@typescript-eslint/no-deprecated': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/ban-ts-comment': 'error',
Expand Down Expand Up @@ -434,6 +435,7 @@ const tsConfigurations = [
'sonarjs/no-exclusive-tests': 'off', // duplicate
'sonarjs/no-identical-functions': 'off',
'sonarjs/no-misleading-array-reverse': 'off',
'sonarjs/slow-regexp': 'off',
'sonarjs/pseudo-random': 'off',
'sonarjs/unused-named-groups': 'off',
'unicorn/no-useless-undefined': 'off',
Expand Down
Loading

0 comments on commit 110a9fb

Please sign in to comment.