Skip to content

Commit

Permalink
feat(eslint-plugin-experience): disable sonar/deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 28, 2023
1 parent bb1507e commit 453ba74
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 @@ -923,6 +923,7 @@ module.exports = {
'promise/no-nesting': 'off',
quotes: 'off',
'require-await': 'off',
'sonar/deprecation': 'off',
'sonar/function-name': 'off',
'sonar/max-union-size': 'off',
'sonarjs/cognitive-complexity': 'off',
Expand Down

0 comments on commit 453ba74

Please sign in to comment.