4.0.2 • Published 8 years ago

eslint-config-spaced v4.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Spaced

This is a shareable ESLint config to lint your my Javascript. It supports ES2015+ and React.

Installation

As well as installing this config, you I will also need to install eslint-config-airbnb which it extends, eslint-plugin-react which that library depends on, babel-eslint which is used as the parser, and eslint itself.

npm install --save-dev eslint-config-spaced eslint-config-airbnb eslint-plugin-react babel-eslint eslint

Usage

Simply in your my .eslintrc:

{
  "extends": "spaced"
}
4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago