Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjbradshaw/eslint-config-airbnb-babel
AirBNB rules for Babel
https://github.com/davidjbradshaw/eslint-config-airbnb-babel
Last synced: 17 days ago
JSON representation
AirBNB rules for Babel
- Host: GitHub
- URL: https://github.com/davidjbradshaw/eslint-config-airbnb-babel
- Owner: davidjbradshaw
- License: mit
- Created: 2020-06-28T17:12:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T11:11:58.000Z (over 1 year ago)
- Last Synced: 2024-10-10T13:18:51.523Z (29 days ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-eslint - Airbnb-babel - Airbnb's ESLint config with Babel Support. (Configs / Configs by Well-Known Companies/Organizations)
README
# eslint-config-airbnb-babel
> Babel support for Airbnb's ESLint configThis config extends the AirBNB rules to work with [eslint-plugin-babel](https://github.com/babel/eslint-plugin-babel).
## Install
```sh
npm install eslint-config-airbnb-babel --save-dev
```## Configure
This configuration must be placed after which ever version of the AirBnB rules you are using in your `.eslintrc` file:```json
{
"extends": ["airbnb", "airbnb-babel"]
}
```----
© David J. Bradshaw 2020
License: MIT