2.0.0 • Published 4 years ago

@geekhive/eslint-config-standard v2.0.0

Weekly downloads
59
License
MIT
Repository
github
Last release
4 years ago

@geekhive/eslint-config-standard

Standard ESlint configuration at GeekHive.

Usage

Install the package from the npm registry:

npm install @geekhive/eslint-config-standard
yarn add @geekhive/eslint-config-standard

And then add a .eslintrc.json file to the repository root with the following contents:

{
  "extends": ["@geekhive/eslint-config-standard"]
}