Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acolorbright/eslint-config-acb-base

ACB's base JS ESLint config
https://github.com/acolorbright/eslint-config-acb-base

eslint eslint-config

Last synced: about 1 month ago
JSON representation

ACB's base JS ESLint config

Awesome Lists containing this project

README

        

# eslint-config-acb-base

This plugin provides ACB's base JS `.eslintrc` (without React plugins) as an extensible shared config, based on Airbnb's
[eslint-config-airbnb-base](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base).

## Installation

The plugin requires `eslint`, `babel-eslint`, and the following other packages:
- `eslint-plugin-extra-rules`
- `eslint-plugin-import`

```shell
$ npm install --save-dev 'acolorbright/eslint-config-acb-base#v4.0.1' [email protected] [email protected] eslint-plugin-extra-rules@^0.8 [email protected]
```

Then add `"extends": "acb-base"` to your `.eslintrc` file.