@webpack-blocks/tslint
v2.0.1
Published
Webpack block for typescript linting.
Readme
webpack-blocks - TSLint
This is the tslint block providing TypeScript linting support for webpack. Uses tslint via
tslint-loader.
Usage
const { createConfig } = require('@webpack-blocks/webpack')
const tslint = require('@webpack-blocks/tslint')
module.exports = createConfig([
tslint(/* tslint options */)
])Use match() to explicitly specify the files to lint.
Options
You can pass random ts-loader options as an object to the tslint block. See
tslint-loader options.
webpack-blocks
Check out the
Released under the terms of the MIT license.
