Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@allthings/tslint-preset-react

allthings3MITdeprecated1.0.3

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Allthings tslint rules for react projects

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