2.0.0 • Published 2 years ago

eslint-config-pluto v2.0.0

Weekly downloads
25
License
ISC
Repository
github
Last release
2 years ago

eslint-config-pluto

Shared eslint configuration.

Installation

Available via npm:

npm install --save-dev eslint-config-pluto

Usage

To use the base configuration, extend pluto in a project's .eslintrc.json:

{
  "extends": "pluto"
}

It is also possible to inherit from pluto/browser and pluto/node.

Adding Rules

  • Update the rules
  • Run npm login.
  • Use npm version to bump the version.
  • Run npm publish to publish the new version to npm.
2.0.0

2 years ago

1.0.10

4 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago