7.0.0-1 • Published 6 months ago

@schoenwald/eslint-config-typescript v7.0.0-1

Weekly downloads
114
License
ISC
Repository
github
Last release
6 months ago

@schoenwald/eslint-config-typescript

Usage

Install the conventions by running:

npm install --save-dev eslint @schoenwald/eslint-config-typescript

Then add the extends to your .eslintrc:

{
  "extends": "@schoenwald/eslint-config-typescript"
}