Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bouvens/eslint-config-air
Airbnb style guide without semicolons
https://github.com/bouvens/eslint-config-air
eslint eslint-config eslintconfig npm npm-package
Last synced: about 1 month ago
JSON representation
Airbnb style guide without semicolons
- Host: GitHub
- URL: https://github.com/bouvens/eslint-config-air
- Owner: bouvens
- Created: 2019-11-09T07:55:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T12:57:45.000Z (about 3 years ago)
- Last Synced: 2024-10-09T12:44:41.691Z (about 1 month ago)
- Topics: eslint, eslint-config, eslintconfig, npm, npm-package
- Language: JavaScript
- Homepage:
- Size: 13.7 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
Airbnb style guide without semicolons
## How To Use
Install the package
```Shell
npm add -D eslint-config-air
```Install peer dependencies if you haven't yet
```Shell
npm add -D eslint @babel/eslint-parser eslint-import-resolver-webpack eslint-plugin-react
```Add extends property to an ESLint config file
```JS
extends: 'air',
```## See also
There's the simplified config if you don't need React: [eslint-config-air-base](https://www.npmjs.com/package/eslint-config-air-base)
[npm-badge]: https://img.shields.io/npm/v/eslint-config-air.png?style=flat-square
[npm]: https://www.npmjs.org/package/eslint-config-air[npm-dt-badge]: https://img.shields.io/npm/dt/eslint-config-air.png?style=flat-square
[issues-badge]: https://img.shields.io/github/issues/bouvens/eslint-config-air.svg?style=flat-square
[issues]: https://github.com/bouvens/eslint-config-air/issues