1.0.5 • Published 6 years ago

eslint-config-ts-standard v1.0.5

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

eslint-config-ts-standard

npm downloads javascript style guide

An ESLint Shareable Config for TypeScript Standard Style

Install

npm install -D eslint-config-ts-standard

Usage

Add this to your .eslintrc file:

{
  "extends": "ts-standard"
}