Skip to content

LandscapeHub/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shareable ESLint configuration used at LandscapeHub

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors