softwareventures / eslint-config

Standard eslint configuration for Software Ventures Limited

Home Page:https://www.npmjs.com/package/@softwareventures/eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Standard eslint configuration for Software Ventures Limited

https://www.npmjs.com/package/@softwareventures/eslint-config

License:ISC License


Languages

Language:TypeScript 98.3%Language:Shell 1.7%