2.0.0 • Published 5 years ago

eslint-config-lh v2.0.0

Weekly downloads
159
License
MIT
Repository
github
Last release
5 years ago

eslint-config

Shareable ESLint configuration used at LandscapeHub.

Installation

yarn add eslint babel-eslint eslint-config-landscapehub eslint-config-airbnb eslint-loader eslint-plugin-import eslint-plugin-jsx-a11y

Usage

To use this preset, simply extend it in the project .eslintrc file. See Configuring ESLint for details. Any rules can still be overridden.

{
  "extends": "landscapehub"
}

React

To install: Run the install described above, and then add the following.

yarn add eslint-plugin-react

To use this preset with React, extend it like so.

{
  "extends": "landscapehub/react"
}
2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.8.0

5 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.0.1

6 years ago