Package detail

@webpack-blocks/tslint

andywer76MIT2.0.1

Webpack block for typescript linting.

webpack, webpack-blocks

readme

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.

changelog

@webpack-blocks/tslint - Changelog

2.0.0-alpha

  • Support for webpack 4 (#261)

1.0.0-beta.2

  • Update dependency versions

1.0.0-beta

  • Make compatible with match()

1.0.0-alpha

  • Updated for new core API (#125)
  • Requires node 6+

0.4.0

  • No changes, just keeping the version numbers in sync

0.1.0

Initial release.