Standard eslint configuration for Software Ventures Limited.
npm install --save-dev @softwareventures/eslint-config
or for yarn users:
yarn add --dev @softwareventures/eslint-config
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"
}