@metashop/eslint-config

4.2.0 • Public • Published

Metashop ESLint Config

NPM Release NPM Downloads license

ESLint config for Metashop's JavaScript Styleguide

Install

yarn add --dev @metashop/eslint-config

Or with npm:

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

Don't forget to install the peer dependencies as well.

Usage

Add this to your .eslintrc file:

{
  "extends": ["@metashop"]
}

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

Typescript

{
  "extends": [
    "@metashop",
    "@metashop/eslint-config/typescript"
  ]
}

License

Released under the terms of the MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i @metashop/eslint-config

Weekly Downloads

0

Version

4.2.0

License

MIT

Unpacked Size

7.2 kB

Total Files

10

Last publish

Collaborators

  • gabrielizaias