jrparish / tslint-webpack-plugin

TSLint plugin for Webpack
MIT License
20 stars 9 forks source link

feat: Extend linter to be able to supply tslint options #1

Closed aquibm closed 7 years ago

aquibm commented 7 years ago

The entire tslint options object is now passed down to the forked child process.

This allows specifying runner options like typeCheck which is required by a few of the linting rules.

jrparish commented 7 years ago

Cool, I'll check this out later today 👍

Also - sorry for the late reply, apparently I wasn't a watcher on the repo so I didn't get notified!