Skip to content

Files

Latest commit

Jun 10, 2019
b4c8801 · Jun 10, 2019

History

History

tslint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 25, 2018
Jun 8, 2018
May 8, 2018
Jun 10, 2019

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.