mripqi
Results
1
comments of
mripqi
You can try to overrides the rules you want to turn off like this ` overrides: [ { files: ['*.test.{ts,tsx}', '*.js'], rules: { 'sonarjs/no-duplicate-string': 'off', }, }, ],`