1.5.1 • Published 9 years ago
eslint-config-metashop v1.5.1
Metashop ESLint Config
ESLint config for Metashop's JavaScript Styleguide
Install
yarn add --dev eslint-config-metashopOr with npm:
npm install --save-dev eslint-config-metashopUsage
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.