This package has been deprecated

Author message:

This package has been superseded by @ianwremmel/eslint-plugin-ianwremmel

@ianwremmel/eslint-config-standard

1.2.0 • Public • Published

@ianwremmel/eslint-config-standard

CircleCI Greenkeeper badge node semantic-release standard-readme compliant

@ianwremmel's preferred modern lint rules

Versioning

Since nearly every style change is a "breaking change", this repository increments minor version number for auto-fixable style changes and major version number for changes that must be addressed manually.

Install

npm install --save-dev @ianwremmel/eslint-config-standard
(
  export PKG=@ianwremmel/eslint-config-standard;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Usage

Add @ianwremmel/eslint-config-base to your eslint config's extends list.

Maintainers

Ian Remmel

Contribute

See CONTRIBUTE

License

© License Type

Readme

Keywords

none

Package Sidebar

Install

npm i @ianwremmel/eslint-config-standard

Weekly Downloads

4

Version

1.2.0

License

MIT

Last publish

Collaborators

  • ianwremmel