Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/regru/frontend-cs


https://github.com/regru/frontend-cs

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend Code Style configs

Lerna project which contains shared eslint configs `eslint-config-regru` and `eslint-config-regru-light`

## Usage

### eslint-config-regru-light

[eslint-config-regru-light](./packages/eslint-config-regru-light) Lightwight version with basic eslint rule

```bash
npm i -D @regru/eslint-config-regru-light
```

### eslint-config-regru

[eslint-config-regru](./packages/eslint-config-regru) Full version of CS with external plugins

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