1.10.2 • Published 7 years ago

eslint-config-airbnb-base-hf v1.10.2

Weekly downloads
105
License
MIT
Repository
-
Last release
7 years ago

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

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago