tslint-webpack-plugin
tslint-webpack-plugin copied to clipboard
TSLint plugin for Webpack
I have ts in separated files and in vue files. I need that lint also was in vue files, with my config in webpack config didn't work. ``` new TSLintPlugin({...
Hi, my working directory looks like this : api/ controllers/ lib/ mail/ middleware types/ etc... I would like to include every directory to the files to lint except the type...
Using these options, but I can't seem to use any options that give me an output file or files. It just keeps showing up in the terminal. new TSLintPlugin({ files:...
Hi everyone! I'm getting this error when I set the `typeCheck` property as `true`. ``` undefined:1 Error at app\modules\application\detail\templates\master\applicationItem\ApplicationItemController.ts:50:14: An expression of type 'void' cannot be tested for truthiness ^...
Enabling the `fix` option for the plugin with `webpack-dev-server`'s watch mode seems to cause `tslint` to fix the issues one-by-one-ish while webpack compiles everything after each change. This is painful...
tslint-webpack-plugin takes over a minute to process 1000-2000 typescript files in our project. We use cache-loader in the regular path to process typescript. 1) Is there a way this plugin...