Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softwareventures/eslint-config

Standard eslint configuration for Software Ventures Limited
https://github.com/softwareventures/eslint-config

eslint eslint-config typescript

Last synced: about 1 month ago
JSON representation

Standard eslint configuration for Software Ventures Limited

Awesome Lists containing this project

README

        

# eslint-config

Standard eslint configuration for
[Software Ventures Limited](https://softwareventures.co.uk).

## Install

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

or for yarn users:

```bash
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`:

```json
{
"extends": "@softwareventures"
}
```