Skip to content

Commit

Permalink
fix: sonarjs/function-return-type is off
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 22, 2024
1 parent 3ca9d73 commit 3472a09
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 @@ -1056,6 +1056,7 @@ module.exports = {
'sonarjs/cognitive-complexity': 'off',
'sonarjs/deprecation': 'off',
'sonarjs/different-types-comparison': 'off',
'sonarjs/function-return-type': 'off',
'sonarjs/max-switch-cases': 'off',
'sonarjs/no-commented-code': 'off',
'sonarjs/no-duplicate-string': 'off',
Expand Down

0 comments on commit 3472a09

Please sign in to comment.