eslint-config-kevbost

1.0.3 • Public • Published

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"
  ]
}

Package Sidebar

Install

npm i eslint-config-kevbost

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

6.27 kB

Total Files

4

Last publish

Collaborators

  • kevbost