Skip to content

Commit

Permalink
chore: fix no-duplicate-string settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb0 committed May 3, 2024
1 parent 39b304e commit d7f9a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
},
],
'sonarjs/cognitive-complexity': ['error', 6],
'sonarjs/no-duplicate-string': ['error', {'threshold': 5}],
'sonarjs/no-duplicate-string': ['error', 5],
'toplevel/no-toplevel-side-effect': 'error',
'@typescript-eslint/no-extra-semi': 'off',
// IE11 Does not support `Number` static props
Expand Down

0 comments on commit d7f9a7e

Please sign in to comment.