8.0.0 • Published 8 years ago

eslint-config-mito v8.0.0

Weekly downloads
91
License
MIT
Repository
github
Last release
8 years ago

eslint-config-mito NPM version Build Status Coverage Status

Version: 8.0.0

This package provides Mito's .eslintrc as an extensible shared config.

Usage

We export three ESLint configurations for your usage.

eslint-config-mito

Lints EcmaScript 6+. Only requires eslint.

  1. npm install --save-dev eslint eslint-config-mito
  2. add "extends": "mito" to your .eslintrc
{
  "extends": "mito"
}

eslint-config-mito/legacy

Lints EcmaScript 5 and below. Only requires eslint.

  1. npm install --save-dev eslint eslint-config-mito
  2. add "extends": "mito/legacy" to your .eslintrc
{
  "extends": "mito/legacy"
}

See Mito's documentation and the ESlint config docs for more information.

License

MIT © 2017 Mito (info@mito.hu)

8.0.0

8 years ago

7.0.2

9 years ago

7.0.1

9 years ago

7.0.0

9 years ago

6.0.0

9 years ago

5.0.0

9 years ago

4.1.0

10 years ago

4.0.0

10 years ago

3.0.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago

1.0.0-beta.2

10 years ago

1.0.0-beta.1

10 years ago

1.0.0-beta.0

10 years ago