tslint-react-redux-typescript-guide
v1.0.1
Published
<div align="center"> <h1>tslint-react-redux-typescript-guide</h1>
Downloads
2
Maintainers
Readme
There is a better alternative which contain not only this config but also other dev-tools configs. I encourage you to check it: https://github.com/piotrwitek/react-redux-typescript-scripts
Installation
This module is distributed via npm package and
should be installed as one of your project's devDependencies
:
npm i -D tslint-react-redux-typescript-guide
Usage
{
"extends": ["tslint-react-redux-typescript-guide"]
"rules": {
// you can further customize this config here
}
}