Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electron-react-boilerplate/eslint-config-erb
The eslint config for electron-react-boilerplate
https://github.com/electron-react-boilerplate/eslint-config-erb
config electron-react-boilerplate eslint
Last synced: about 2 months ago
JSON representation
The eslint config for electron-react-boilerplate
- Host: GitHub
- URL: https://github.com/electron-react-boilerplate/eslint-config-erb
- Owner: electron-react-boilerplate
- License: mit
- Created: 2018-12-16T09:27:58.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T17:10:13.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:55:23.481Z (2 months ago)
- Topics: config, electron-react-boilerplate, eslint
- Language: JavaScript
- Homepage:
- Size: 2.54 MB
- Stars: 3
- Watchers: 3
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-erb
![Test](https://github.com/electron-react-boilerplate/eslint-config-erb/workflows/Test/badge.svg)
The eslint config for [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate).
The config extends [`eslint-config-airbnb`](https://www.npmjs.com/package/eslint-config-airbnb) by adding support for the following:
- [`eslint-plugin-prettier`](https://github.com/prettier/eslint-plugin-prettier)
- [`eslint-plugin-compat`](https://github.com/amilajack/eslint-plugin-compat)and more...
## Usage
1. Install the config:
```bash
# Yarn
yarn add --dev eslint-config-erb
# NPM
npm install --save-dev eslint-config-erb
```2. Extend the config
```jsonc
// .eslintrc.json
{
"extends": "erb"
}
```