@@ -61,7 +61,7 @@ module.exports = {
6161 'plugin:react/jsx-runtime' ,
6262 'prettier' ,
6363 ] ,
64- plugins : [ 'promise' , 'sonarjs' , 'unicorn' , 'sonar' , ' @shopify'] ,
64+ plugins : [ 'promise' , 'sonarjs' , 'unicorn' , '@shopify' ] ,
6565 globals : {
6666 atom : false ,
6767 document : false ,
@@ -327,8 +327,9 @@ module.exports = {
327327 '@typescript-eslint/no-unused-expressions' : 'error' ,
328328 'sonarjs/no-small-switch' : 'error' ,
329329 'sonarjs/no-duplicated-branches' : 'error' ,
330- 'sonar/prefer-promise-shorthand' : 'error' ,
331- 'sonar/no-dead-store' : 'error' ,
330+ 'sonarjs/prefer-promise-shorthand' : 'error' ,
331+ 'sonarjs/no-dead-store' : 'error' ,
332+ 'sonarjs/void-use' : 'error' ,
332333 'unicorn/prefer-node-protocol' : 'error' ,
333334 'import-x/no-unresolved' : [
334335 'error' ,
@@ -540,7 +541,7 @@ module.exports = {
540541 'no-undef' : 'off' ,
541542 'react/jsx-no-undef' : 'off' ,
542543 'react-hooks/rules-of-hooks' : 'off' ,
543- 'sonar /no-dead-store' : 'off' ,
544+ 'sonarjs /no-dead-store' : 'off' ,
544545 '@typescript-eslint/no-restricted-imports' : 'off' ,
545546 } ,
546547 } ,
0 commit comments