Skip to content

Latest commit

History

History

tslint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

webpack-blocks - TSLint

Gitter chat NPM Version

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

馃憠 Main documentation

Released under the terms of the MIT license.