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

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

🍭 Boring ESLint Config - @boringcodes
https://github.com/boringcode-dev/eslint-config

boringcodes eslint eslint-config husky javascript lint-staged npm prettier standard-version

Last synced: 2 months ago
JSON representation

🍭 Boring ESLint Config - @boringcodes

Awesome Lists containing this project

README

          


eslint-config


Boring ESLint Config



























## Features

- [x] Standard config
- [x] Prettier config

## Installation

Use the package manager to install

```bash
yarn add @boringcodes/eslint-config eslint-config-prettier eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint --dev
```

## Usage

Create `.eslintrc`/`.eslintrc.json` and add the content

```json
{
"extends": ["@boringcodes/eslint-config"]
}
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Authors

[BoringCodes](https://github.com/boringcodes)

## License

[MIT](https://github.com/boringcodes/eslint-config/blob/master/LICENSE)