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

https://github.com/codegoods/eslint-config-base

👔 ESLint preconfigured rules
https://github.com/codegoods/eslint-config-base

config eslint eslint-rules rules shared-config

Last synced: about 1 month ago
JSON representation

👔 ESLint preconfigured rules

Awesome Lists containing this project

README

          

# CodeGoods ESLint Config Base

Basic ESLint rules preset.

> See complete rules list at [rules.md](./rules.md).

## Installation

```shell
npm i -D @codegoods/eslint-config-base
```

## Usage

Create your `.eslintrc.json` and extend CodeGoods' one.

```json
{
"extends": "@codegoods/base",
}
```

## License

MIT.