File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 33
33
"no-inferrable-types" : false ,
34
34
"no-string-literal" : false ,
35
35
"quotemark" : [ true , " single" ],
36
- "typedef-whitespace" : [
37
- true ,
38
- {
39
- "call-signature" : " nospace" ,
40
- "index-signature" : " nospace" ,
41
- "parameter" : " nospace" ,
42
- "property-declaration" : " nospace" ,
43
- "variable-declaration" : " nospace"
44
- },
45
- {
46
- "call-signature" : " onespace" ,
47
- "index-signature" : " onespace" ,
48
- "parameter" : " onespace" ,
49
- "property-declaration" : " onespace" ,
50
- "variable-declaration" : " onespace"
51
- }
52
- ],
53
36
"variable-name" : [true , " ban-keywords" , " check-format" ],
54
- "whitespace" : [
55
- true ,
56
- " check-branch" ,
57
- " check-decl" ,
58
- " check-operator" ,
59
- " check-separator" ,
60
- " check-type"
61
- ],
62
37
"directive-selector" : [
63
38
true ,
64
39
" attribute" ,
70
45
" element" ,
71
46
" " ,
72
47
" kebab-case"
73
- ]
48
+ ],
49
+ "no-trailing-whitespace" : false
74
50
},
75
51
"rxjs-no-add" : {
76
52
"severity" : " error"
You can’t perform that action at this time.
0 commit comments