1.3.1 • Published 5 years ago

@pshaw/tslint-react-preset v1.3.1

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

Tslint React Preset

A pratical React style preset for TSLint

Installation

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

or

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

Examples

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

This documentation was generated using writeme