Skip to content

softwareventures/eslint-config

Repository files navigation

eslint-config

Standard eslint configuration for Software Ventures Limited.

Install

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

or for yarn users:

yarn add --dev @softwareventures/eslint-config

Usage

To apply this eslint configuration to your project, add this to your .eslintrc.js file, or to the eslintConfig field in your package.json:

{
    "extends": "@softwareventures"
}