0.2.6 • Published 4 years ago

@jordanforeman/eslint-config v0.2.6

Weekly downloads
15
License
MIT
Repository
-
Last release
4 years ago

@jordanforeman/eslint-config

Shared eslint configuration

Installation

$ npm i -D @jordanforeman/eslint-config --save-exact

Usage

  1. Create a .eslintrc file at the root of your repository
  2. Customize your newly created .eslintrc file to extend @jordanforeman/eslint-config (like so):
{
    "extends": "@jordanforeman/eslint-config"
}