3.0.0 • Published 7 years ago

@jasonnutter/eslint-config v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@jasonnutter/eslint-config

My personal ESLint configuration, based on Airbnb's configuration.

Inspired by the ESLint configuration used internally at Porch.

Installation

yarn add @jasonnutter/eslint-config --dev

Usage

.eslintrc.json

{
  "extends": "@jasonnutter/eslint-config"
}