File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,8 @@ module.exports = {
240
240
'@typescript-eslint/no-unnecessary-type-arguments' : 'error' ,
241
241
'@typescript-eslint/no-unnecessary-type-assertion' : 'error' ,
242
242
'@typescript-eslint/no-untyped-public-signature' : 'error' ,
243
+ 'no-unused-expressions' : 'off' ,
244
+ '@typescript-eslint/no-unused-expressions' : 'error' ,
243
245
'no-unused-vars' : 'off' ,
244
246
'@typescript-eslint/no-unused-vars' : [
245
247
'error' ,
@@ -344,8 +346,5 @@ module.exports = {
344
346
345
347
// Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/1116
346
348
'no-undef' : 'off' ,
347
-
348
- // Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/1138
349
- 'no-unused-expressions' : 'off'
350
349
}
351
350
} ;
You can’t perform that action at this time.
0 commit comments