@softwareventures/eslint-config

Standard eslint configuration for Software Ventures Limited

Usage no npm install needed!

<script type="module">
  import softwareventuresEslintConfig from 'https://cdn.skypack.dev/@softwareventures/eslint-config';
</script>

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"
}