|
|
|
@ -39,8 +39,7 @@ |
|
|
|
|
"check-branch", |
|
|
|
|
"check-decl", |
|
|
|
|
"check-operator", |
|
|
|
|
"check-separator", |
|
|
|
|
"check-type" |
|
|
|
|
"check-separator" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"rules": { |
|
|
|
@ -98,11 +97,17 @@ |
|
|
|
|
"check-branch", |
|
|
|
|
"check-decl", |
|
|
|
|
"check-operator", |
|
|
|
|
"check-separator", |
|
|
|
|
"check-type" |
|
|
|
|
"check-separator" |
|
|
|
|
], |
|
|
|
|
"typedef-whitespace": [ |
|
|
|
|
false, |
|
|
|
|
true, |
|
|
|
|
{ |
|
|
|
|
"call-signature": "nospace", |
|
|
|
|
"index-signature": "nospace", |
|
|
|
|
"parameter": "nospace", |
|
|
|
|
"property-declaration": "nospace", |
|
|
|
|
"variable-declaration": "nospace" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"call-signature": "nospace", |
|
|
|
|
"index-signature": "nospace", |
|
|
|
|