https://github.com/evozonjs/eslint-config-evozonjs
https://github.com/evozonjs/eslint-config-evozonjs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evozonjs/eslint-config-evozonjs
- Owner: evozonjs
- Created: 2016-04-21T09:25:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T08:13:55.000Z (over 9 years ago)
- Last Synced: 2025-06-24T12:24:00.601Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-evozonjs
[](http://badge.fury.io/js/eslint-config-evozonjs)
This package provides EvozonJS's .eslintrc based on the popular eslint-config-airbnb.
## Usage
We export three ESLint configurations for your usage.
### eslint-config-evozonjs
Our default export contains all of our ESLint rules, including ECMAScript 6+
and React and a few extras we added ourselves. It requires `eslint`, `eslint-plugin-import`, `eslint-plugin-react`, `eslint-config-airbnb` and `eslint-plugin-jsx-a11y`.
1. `npm install --save-dev eslint-config-airbnb eslint-config-evozonjs eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint`
2. add `"extends": "evozonjs"` to your .eslintrc. That's it.
You can make sure this module lints with itself using `npm run lint`.