Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/websect-dev/eslint-config

Default eslint config for all projects
https://github.com/websect-dev/eslint-config

Last synced: 8 days ago
JSON representation

Default eslint config for all projects

Awesome Lists containing this project

README

        

## Installation

```bash
npm i -D @websect/eslint-config eslint
```

## Usage

### JS
Inside your `eslint` configuration file add following line
```json
{
"extends": ["@websect/eslint-config"]
}
```

### TS
For Typescript add following line instead of previous one
```json
{
"extends": ["@websect/eslint-config/ts"]
}
```