eslint-config-es6

1.10.3 • Public • Published

eslint-config-airbnb-base-hf

This package provides hf's base JS .eslintrc.json as an extensible shared config.

Usage

We export two ESLint configurations for your usage.

global way

You should install eslint@^3.0.1 And eslint-plugin-import@^1.10.3 .

  npm install eslint-config-airbnb-base-hf -g

project way

You should install eslint@^3.0.1 And eslint-plugin-import@^1.10.3 Local.

  npm install --save-dev eslint-config-airbnb-base-hf

config

Add a json(.eslintrc.json) to a folder, the folder is your project's parent.

  {
    "extends""airbnb-base-hf",
    "plugins": [
        "import"
    ]
  }

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i eslint-config-es6

      Weekly Downloads

      94

      Version

      1.10.3

      License

      MIT

      Last publish

      Collaborators

      • stonecao