@softwareventures/eslint-config
v9.0.0
Published
Standard eslint configuration for Software Ventures Limited
Downloads
1,789
Maintainers
Readme
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"
}