Skip to content

Commit

Permalink
fix(eslint-config): disable sonar destructuring rule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Feb 26, 2024
1 parent 66728c7 commit 55ba5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module.exports = {
'sonar/concise-regex': 'error',
'sonar/disabled-auto-escaping': 'error',
'sonar/disabled-resource-integrity': 'error',
'sonar/destructuring-assignment-syntax': 'error',
'sonar/destructuring-assignment-syntax': 'off',
'sonar/empty-string-repetition': 'error',
'sonar/function-name': [
'error',
Expand Down

0 comments on commit 55ba5d1

Please sign in to comment.