Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acolorbright/eslint-config-acb
ACB's ESLint config
https://github.com/acolorbright/eslint-config-acb
eslint eslint-config jsx react
Last synced: about 1 month ago
JSON representation
ACB's ESLint config
- Host: GitHub
- URL: https://github.com/acolorbright/eslint-config-acb
- Owner: acolorbright
- License: mit
- Created: 2018-02-27T17:06:12.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:19:43.000Z (about 1 year ago)
- Last Synced: 2024-03-21T03:20:36.396Z (10 months ago)
- Topics: eslint, eslint-config, jsx, react
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# eslint-config-acb
This plugin provides ACB's `.eslintrc` as an extensible shared config, based on Airbnb's
[eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb).## Installation
The plugin requires `eslint`, `babel-eslint`, and the following other packages:
- `eslint-plugin-extra-rules`
- `eslint-plugin-import`
- `eslint-plugin-jsx-a11y`
- `eslint-plugin-jsx-control-statements`
- `eslint-plugin-react`
- `eslint-plugin-react-hooks`If you don't need React, see [eslint-config-acb-base](https://github.com/acolorbright/eslint-config-acb-base).
```shell
$ npm install --save-dev 'acolorbright/eslint-config-acb#v4.0.2' [email protected] [email protected] eslint-plugin-extra-rules@^0.8 [email protected] [email protected] [email protected] [email protected] [email protected]
```Then add `"extends": "acb"` to your `.eslintrc` file.