@allthings/tslint-preset-react

Allthings tslint rules for react projects

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@allthings/tslint-preset-react
141.0.35 years ago5 years agoMinified + gzip package size for @allthings/tslint-preset-react in KB

Readme

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"]
}