https://github.com/jasonnutter/eslint-config
Personal ESLint configuration for Node & React projects.
https://github.com/jasonnutter/eslint-config
Last synced: about 1 year ago
JSON representation
Personal ESLint configuration for Node & React projects.
- Host: GitHub
- URL: https://github.com/jasonnutter/eslint-config
- Owner: jasonnutter
- License: mit
- Created: 2016-12-18T22:16:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T10:54:12.000Z (about 6 years ago)
- Last Synced: 2025-03-17T01:35:59.224Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @jasonnutter/eslint-config
My personal ESLint configuration, based on [Airbnb's configuration](https://www.npmjs.com/package/eslint-config-airbnb).
Inspired by the ESLint configuration used internally at [Porch](https://github.com/porchdotcom).
## Installation
```sh
yarn add @jasonnutter/eslint-config --dev
```
## Usage
**.eslintrc.json**
```json
{
"extends": "@jasonnutter/eslint-config"
}
```