0.1.0 • Published 10 months ago

@eamodio/eslint-lite-webpack-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

eslint-lite-webpack-plugin

A lightweight ESLint plugin for Webpack.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-lite-webpack-plugin:

$ npm install @eamodio/eslint-lite-webpack-plugin --save-dev

Usage

Add the plugin to your webpack.config.js:

const ESLintLitePlugin = require('@eamodio/eslint-lite-webpack-plugin');

module.exports = {
  ...
  plugins: [new ESLintLitePlugin()],
  ...
};
0.1.0

10 months ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago