jwkellyiii / eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config

A custom eslint config for all react projects

Installation

npm install --save-dev eslint github:jwkellyiii/eslint-config

Usage

Create an .eslintrc file that extends this config. For more configuration options, check out the ESLint docs.

{
  "extends": "@jwkellyiii"
}

If you're using React, extend @jwkellyiii/eslint-config/react.

{
  "extends": "@jwkellyiii/eslint-config/react"
}

About


Languages

Language:JavaScript 100.0%