8.0.0 • Published 7 years ago

eslint-config-mito v8.0.0

Weekly downloads
91
License
MIT
Repository
github
Last release
7 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

7 years ago

7.0.2

7 years ago

7.0.1

7 years ago

7.0.0

7 years ago

6.0.0

8 years ago

5.0.0

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago

1.0.0-beta.2

8 years ago

1.0.0-beta.1

8 years ago

1.0.0-beta.0

8 years ago