1.0.1 • Published 6 years ago

eslint-config-bighuman v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Big Human ESLint Config

Description

This is an npm package that contains the default ESLint configuration used by Big Human. It is based off the Airbnb linting rules.

Installation

  • npm install --save-dev eslint-config-bighuman eslint-config-airbnb eslint eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-react
  • Create a .eslintrc file and add the following
{
  "extends": "bighuman"
}