Skip to content

Commit

Permalink
feat: update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 2, 2024
1 parent 55827b1 commit 0ab013a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ module.exports = {
'jest/prefer-expect-assertions': 'off',
'jest/prefer-expect-resolves': 'off',
'jest/prefer-hooks-on-top': 'off',
'sonarjs/no-clear-text-protocols': 'off',
/**
* If enabled we have
* Expected to be running in 'ProxyZone', but it was not found
Expand Down Expand Up @@ -1062,6 +1063,7 @@ module.exports = {
'sonarjs/function-return-type': 'off',
'sonarjs/max-switch-cases': 'off',
'sonarjs/new-cap': 'off',
'sonarjs/no-angular-bypass-sanitization': 'off',
'sonarjs/no-commented-code': 'off',
'sonarjs/no-duplicate-string': 'off',
'sonarjs/no-empty-function': 'off',
Expand Down

0 comments on commit 0ab013a

Please sign in to comment.