2.0.0 • Published 2 years ago

@geekhive/eslint-config-typescript v2.0.0

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

@geekhive/eslint-config-typescript

TypeScript ESlint configuration at GeekHive.

Usage

Install the package from the npm registry:

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

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

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