Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bouvens/eslint-config-air-base
Airbnb base style guide without semicolons
https://github.com/bouvens/eslint-config-air-base
Last synced: about 7 hours ago
JSON representation
Airbnb base style guide without semicolons
- Host: GitHub
- URL: https://github.com/bouvens/eslint-config-air-base
- Owner: bouvens
- Created: 2021-09-10T10:42:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T16:43:30.000Z (7 months ago)
- Last Synced: 2024-10-29T04:19:48.314Z (22 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
[![npm][npm-badge]][npm] [![npm][npm-dt-badge]][npm] [![GitHub issues][issues-badge]][issues]
# eslint-config-air-base
Airbnb style guide without semicolons and React plugins
## How To Use
Install the package
```Shell
npm add -D eslint-config-air-base
```Install peer dependencies if you haven't yet
```Shell
npm add -D eslint
```Add extends property to an ESLint config file
```JS
extends: 'air-base',
```## See also
There's the config if you need React: [eslint-config-air](https://www.npmjs.com/package/eslint-config-air)
[npm-badge]: https://img.shields.io/npm/v/eslint-config-air-base.png?style=flat-square
[npm]: https://www.npmjs.org/package/eslint-config-air-base[npm-dt-badge]: https://img.shields.io/npm/dt/eslint-config-air-base.png?style=flat-square
[issues-badge]: https://img.shields.io/github/issues/bouvens/eslint-config-air-base.svg?style=flat-square
[issues]: https://github.com/bouvens/eslint-config-air-base/issues