@metashop/eslint-config
v4.2.0
Published
Metashop shared ESLint config
Readme
Metashop ESLint Config
ESLint config for Metashop's JavaScript Styleguide
Install
yarn add --dev @metashop/eslint-configOr 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.
