1.3.1 • Published 6 years ago
@pshaw/tslint-react-preset v1.3.1
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