Warning: The 'await-promise' rule requires type information.
Warning: The 'deprecation' rule requires type information.
Warning: The 'no-floating-promises' rule requires type information.
Warning: The 'no-unnecessary-qualifier' rule requires type information.
Warning: The 'no-unnecessary-type-assertion' rule requires type information.
Warning: The 'strict-type-predicates' rule requires type information.
I have some warnings when I lint my source files:
I does not append with
tslint:recommended
.My environment:
node
version10.15.0
typescript
version3.2.4
tslint-config-standard
version8.0.1