1.0.1 • Published 3 years ago

@humanscape/eslint-config v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

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