2.0.1 ā€¢ Published 5 years ago

@webpack-blocks/tslint v2.0.1

Weekly downloads
67
License
MIT
Repository
github
Last release
5 years ago

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.

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-rc

5 years ago

2.0.0-alpha

6 years ago

1.0.0

6 years ago

1.0.0-rc

7 years ago

1.0.0-beta.2

7 years ago

1.0.0-beta

7 years ago

1.0.0-alpha

7 years ago

0.4.0

7 years ago

0.1.0

7 years ago