@pshaw/tslint-react-preset
v1.3.1
Published
A pratical React style preset for TSLint
Downloads
1
Maintainers
Readme
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