@humanscape/eslint-config

1.0.1 • Public • Published

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

/@humanscape/eslint-config/

    Package Sidebar

    Install

    npm i @humanscape/eslint-config

    Weekly Downloads

    53

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.67 kB

    Total Files

    5

    Last publish

    Collaborators

    • humanscape-henry
    • humanscape-master