TSLint recommended config based on react-redux-typescript-guide
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
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
{
"extends": ["tslint-react-redux-typescript-guide"]
"rules": {
// you can further customize this config here
}
}