1.5.1 • Published 7 years ago

eslint-config-metashop v1.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Metashop ESLint Config

NPM Release NPM Downloads license

ESLint config for Metashop's JavaScript Styleguide

Install

yarn add --dev eslint-config-metashop

Or with npm:

npm install --save-dev eslint-config-metashop

Usage

Add this to your .eslintrc file:

{
  "extends": "metashop"
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

License

Released under the terms of the MIT.

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago