File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module.exports = {
2424 '@sentry-internal/sdk/no-eq-empty' : 'error' ,
2525
2626 // Unused variables should be removed unless they are marked with and underscore (ex. _varName).
27- '@typescript-eslint/no-unused-vars' : [ 'warn ' , { argsIgnorePattern : '^_' } ] ,
27+ '@typescript-eslint/no-unused-vars' : [ 'error ' , { argsIgnorePattern : '^_' } ] ,
2828
2929 // Make sure that all ts-ignore comments are given a description.
3030 '@typescript-eslint/ban-ts-comment' : [
Original file line number Diff line number Diff line change 1313 "noFallthroughCasesInSwitch" : true ,
1414 "noImplicitReturns" : true ,
1515 "noImplicitUseStrict" : true ,
16- "noUnusedLocals" : true ,
17- "noUnusedParameters" : true ,
16+ "noUnusedLocals" : false ,
17+ "noUnusedParameters" : false ,
1818 "preserveWatchOutput" : true ,
1919 "sourceMap" : true ,
2020 "strict" : true ,
You can’t perform that action at this time.
0 commit comments