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