Skip to content

Commit

Permalink
redundant no-throw-literal
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 1, 2024
1 parent ade4147 commit 9a18c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 36.19.0

- feat: `caughtError: none` for `no-unused-vars`
- feat: `caughtErrors: none` for `no-unused-vars`

## 36.18.1

Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ export default function main (pkg) {
'sonarjs/no-primitive-wrappers': 'off',
'sonarjs/sonar-no-control-regex': 'off',
'sonarjs/unused-import': 'off',
'sonarjs/no-throw-literal': 'off',
'sonarjs/no-var': 'off',
'sonarjs/no-redundant-jump': 'off',
'sonarjs/sonar-no-unused-vars': 'off',
Expand Down

0 comments on commit 9a18c05

Please sign in to comment.