Open sverhoeven opened 7 years ago
There are 2 tslint rules
Now the default is to prefer <That> or type-cast. I suggest we overwrite this with the newer and less jsx like version of as That.
<That>
as That
This can be enabled by adding the following rule overwrites:
{ "prefer-type-cast": false, "no-angle-bracket-type-assertion": true, }
There are 2 tslint rules
Now the default is to prefer
<That>
or type-cast. I suggest we overwrite this with the newer and less jsx like version ofas That
.This can be enabled by adding the following rule overwrites: