Skip to content

Commit ae23f89

Browse files
fix(sonarjs/max-switch-cases): turn rule off
1 parent 56610fb commit ae23f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/sonarjs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export const settings: Linter.Config = {
1010
"sonarjs/no-duplicate-string": ["error", 5],
1111
"sonarjs/no-small-switch": "off",
1212
"sonarjs/no-useless-cast": "off",
13+
"sonarjs/max-switch-cases": "off",
1314
},
1415
};

0 commit comments

Comments
 (0)