eslint-config-spaced

4.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-spaced

Weekly Downloads

2

Version

4.0.2

License

ISC

Last publish

Collaborators

  • colinmeinke