File tree 3 files changed +2
-10
lines changed
mat-datatable-lib/testing/src
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 22
22
],
23
23
"extends" : [
24
24
" eslint:recommended" ,
25
- " plugin:@typescript-eslint/recommended" ,
26
- " plugin:@typescript-eslint/recommended-requiring-type-checking" ,
25
+ " plugin:@typescript-eslint/recommended-type-checked" ,
27
26
" plugin:@angular-eslint/recommended" ,
28
27
" plugin:@angular-eslint/template/process-inline-templates" ,
29
28
" plugin:import/errors" ,
53
52
}
54
53
},
55
54
"rules" : {
56
- "@typescript-eslint/quotes" : [
57
- " error" ,
58
- " single"
59
- ],
60
55
"@typescript-eslint/unbound-method" : [
61
56
" error" ,
62
57
{
Original file line number Diff line number Diff line change 55
55
}
56
56
},
57
57
"rules" : {
58
- "@typescript-eslint/quotes" : [
59
- " error" ,
60
- " single"
61
- ],
62
58
"@typescript-eslint/unbound-method" : [
63
59
" error" ,
64
60
{
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ export class MatMultiSortHeaderHarness extends ComponentHarness {
80
80
if ( position . length !== 0 ) {
81
81
result = Number ( position ) ;
82
82
}
83
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
83
84
} catch ( err ) {
84
85
result = Number . NaN ;
85
86
}
You can’t perform that action at this time.
0 commit comments