Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skan-io/eslint-config-base

Base @eslint config for latest ecma script standards (stage-2)
https://github.com/skan-io/eslint-config-base

base configuration eslint

Last synced: 10 days ago
JSON representation

Base @eslint config for latest ecma script standards (stage-2)

Awesome Lists containing this project

README

        

# eslint-config-base
Base eslint config for latest ecma script standards (stage-2)

## Usage

```bash
npm i -D @skan-io/eslint-config-base
```

In `.eslintrc`:

```
root: true

extends:
- '@skan-io/eslint-config-base'
```

**NOTE:** may need to restart your editor for config to take effect