1.0.1 • Published 6 years ago

@geekhive/typescript-eslint-config-standard v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

@geekhive/typescript-eslint-config-standard

Standard TypeScript ESlint configuration at GeekHive.

Usage

Install the package from the npm registry:

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

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

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