2.1.0 ā€¢ Published 4 years ago

@webpack-blocks/eslint v2.1.0

Weekly downloads
25
License
MIT
Repository
github
Last release
4 years ago

webpack-blocks - ESLint

Gitter chat NPM Version

This is the eslint block providing JavaScript linting support for webpack. Uses eslint via eslint-loader.

Usage

const { createConfig } = require('@webpack-blocks/webpack')
const eslint = require('@webpack-blocks/eslint')

module.exports = createConfig([
  eslint(/* eslint options */)
])

Use match() to explicitly specify the files to lint.

Options

You can pass any eslint-loader options as an object to the eslint block. See eslint-loader options.

webpack-blocks

Check out the

šŸ‘‰ Main documentation

Released under the terms of the MIT license.

2.1.0

4 years ago

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

6 years ago