# tslint-react-redux-typescript-guide **Repository Path**: mirrors_piotrwitek/tslint-react-redux-typescript-guide ## Basic Information - **Project Name**: tslint-react-redux-typescript-guide - **Description**: TSLint recommended config based on react-redux-typescript-guide - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

tslint-react-redux-typescript-guide

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 --- ## 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 ```ts { "extends": ["tslint-react-redux-typescript-guide"] "rules": { // you can further customize this config here } } ``` --- ## LICENSE [MIT](./LICENSE)