@eamodio/eslint-lite-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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()],
  ...
};

Package Sidebar

Install

npm i @eamodio/eslint-lite-webpack-plugin

Weekly Downloads

37

Version

0.0.8

License

MIT

Unpacked Size

57.1 kB

Total Files

9

Last publish

Collaborators

  • eamodio