Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 432 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 432 Bytes

ESLint Configurations for Humanscape

Installation & Usage

  1. Install @humanscape/eslint-config.

Using npm

$ npm install --save-dev @humanscape/eslint-config

Using yarn

$ yarn add -D @humanscape/eslint-config

  1. Add some ESLint config to package.json.
{
  "eslintConfig": {
    "extends": "@humanscape"
  }
}

or your preferred config file. (ex. .eslintrc)

{
  "extends": "@humanscape"
}