Skip to content

Commit

Permalink
fix(eslint-plugin-experience): disable `aws-restricted-ip-admin-acces…
Browse files Browse the repository at this point in the history
…s` (#685)
  • Loading branch information
splincode authored Oct 23, 2024
1 parent 1ab44c1 commit dd15ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,7 @@ module.exports = {
'rxjs/no-ignored-takewhile-value': 'off',
'rxjs/no-nested-subscribe': 'off',
'rxjs/no-unsafe-takeuntil': 'off',
'sonarjs/aws-restricted-ip-admin-access': 'off',
'sonarjs/cognitive-complexity': 'off',
'sonarjs/deprecation': 'off',
'sonarjs/different-types-comparison': 'off',
Expand Down

0 comments on commit dd15ba2

Please sign in to comment.