blakeembrey / tslint-config-standard

A TSLint config for JavaScript Standard Style
Other
358 stars 43 forks source link

Warnings when linting #56

Closed pierrelegall closed 5 years ago

pierrelegall commented 5 years ago

I have some warnings when I lint my source files:

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 does not append with tslint:recommended.

My environment:

blakeembrey commented 5 years ago

See https://github.com/blakeembrey/tslint-config-standard#usage

Some TSLint rules require the use of --project to run.