NLeSC / create-react-app

Create React apps with no build configuration.
Other
1 stars 1 forks source link

Enable tslint type-check #52

Open sverhoeven opened 7 years ago

sverhoeven commented 7 years ago

VSCode and tslint-loader don't support tslint type-check yet. When they are we should enable type-check everywhere.

sverhoeven commented 7 years ago

Also Remove type-check rules from tslint-config-react-app

 "await-promise": false,
"no-floating-promises": false,
"no-unsafe-any": false,
"promise-function-async": false,
"strict-boolean-expressions": false,
"completed-docs": false,
"no-unnecessary-qualifier": false,
"no-void-expression": false
sverhoeven commented 7 years ago

Editor and CLI should use tslint plugin for tsc. Use tslint-language-service when there is a webpack loader which uses it.