Skip to content

A strict eslint configuration extending recommendations from eslint, react, import, and jsx-a11y.

Notifications You must be signed in to change notification settings

kevbost/eslint-config-kevbost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-kevbost

A strict eslint configuration extending the recommendations from eslint, react, import, and jsx-a11y. Adds a suite of overrides that will spice up your IDE and help you write and publish better code.

Installation

You'll first need to install ESLint:

# npm
npm install eslint --save-dev

# yarn
yarn add -D eslint

Next, install eslint-config-kevbost:

# npm
npm install eslint-config-kevbost --save-dev

# yarn
yarn add -D eslint-config-kevbost

Usage

{
  "extends": [
    "eslint-config-kevbost"
  ]
}

About

A strict eslint configuration extending recommendations from eslint, react, import, and jsx-a11y.

Resources

Stars

Watchers

Forks

Packages

No packages published