Skip to content

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

License

Notifications You must be signed in to change notification settings

hellowearemito/eslint-config-mito

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published