1.0.1 • Published 5 years ago

@ts-dev/eslint-config-typescript v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@ts-dev/eslint-config-typescript

A shareable ESLint configuration for typescript react projects

Install

$ npm install @ts-dev/eslint-config-typescript --save-dev

Usage

This config can be used one of two ways:

package.json:

{
  "name": "snoochi-boochies",
  "eslintConfig": {
    "extends": "@ts-dev/typescript"
  }
}

.eslintrc

{
  "extends": "@ts-dev/typescript"
}

License

LICENSE (MIT)