We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9300ed commit 581fd1eCopy full SHA for 581fd1e
src/plugins/sonarjs.ts
@@ -7,7 +7,7 @@ export const settings: Linter.Config = {
7
8
rules: {
9
"sonarjs/cognitive-complexity": "off",
10
- "sonarjs/no-nested-template-literals": "off",
+ "sonarjs/no-duplicate-string": ["error", 5],
11
"sonarjs/no-small-switch": "off",
12
"sonarjs/no-useless-cast": "off",
13
},
0 commit comments