We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56610fb commit ae23f89Copy full SHA for ae23f89
src/plugins/sonarjs.ts
@@ -10,5 +10,6 @@ export const settings: Linter.Config = {
10
"sonarjs/no-duplicate-string": ["error", 5],
11
"sonarjs/no-small-switch": "off",
12
"sonarjs/no-useless-cast": "off",
13
+ "sonarjs/max-switch-cases": "off",
14
},
15
};
0 commit comments