Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acolorbright/eslint-config-acb-base
- Owner: acolorbright
- License: mit
- Created: 2018-02-27T16:14:51.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:31:27.000Z (about 1 year ago)
- Last Synced: 2024-03-21T03:20:35.546Z (10 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Size: 225 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.