1.0.0 • Published 4 years ago

@libx/eslint-config-typescript v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@libx/eslint-config-typescript

A shareable ESLint configuration for typescript/react projects

Install

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

Usage

This config can be used one of two ways:

package.json:

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

.eslintrc

{
  "extends": "@libx/typescript"
}

License

LICENSE (MIT)