1.0.3 • Published 6 years ago

@allthings/tslint-preset-react v1.0.3

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

Allthings TSLint Preset React rules

A common TSLint preset for TypeScript/React projects at Allthings. Extends the base @allthings/tslint-preset ruleset (as a peer-dependency).

Setup

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

Add the following to tslint.json

{
  "extends": ["@allthings/tslint-preset-react"]
}