1.4.2 • Published 5 years ago

@pshaw/tslint-preset-react v1.4.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Tslint Preset React

A pratical React style preset for TSLint

Installation

npm install --save-dev @pshaw/tslint-preset-react tslint

or

yarn add --dev @pshaw/tslint-preset-react tslint

Examples

{
  "extends": [
    "@pshaw/tslint-preset-core",
    "@pshaw/tslint-preset-react"
  ]
}

This documentation was generated using writeme