0.5.0 • Published 4 years ago

@pwa/plugin-eslint v0.5.0

Weekly downloads
5
License
-
Repository
-
Last release
4 years ago

@pwa/plugin-eslint

PWA plugin for ESLint

Install

$ npm install --save-dev @pwa/plugin-eslint eslint

Usage

None – recognized by and attached to @pwa/core automatically!

Config

Configurable via the eslint key on your pwa.config.js file.

You may also define or use existing .eslintrc.* files in your project. You may also provide a custom configFile path.

Default Config:

exports.eslint = {
  cache: true,
  parserOptions: {
    ecmaVersion: 10,
    parser: 'babel-eslint',
    sourceType: 'module',
  }
}

Available Options:

See Options for eslint-loader and ESLint's Options too.

0.5.0

4 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.4.0-alpha.1

6 years ago

0.4.0-alpha.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago