File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ export const actions = {
10771077## TSLint
10781078
10791079> Installation
1080- ` npm i - D jest ts - jest @ types / jest `
1080+ ` npm i - D tslint `
10811081
10821082#### tslint.json
10831083- Recommended setup is to extend build-in preset ` tslint :recommended ` (use ` tslint :all ` to enable all rules)
Original file line number Diff line number Diff line change @@ -11,4 +11,6 @@ npm i -D @types/react @types/react-dom @types/react-redux utility-types
1111"react-redux" - ` @types/react-redux `
1212[ "utility-types"] ( https://github.com/piotrwitek/utility-types ) - usefull utility types used throughout the guide
1313
14+ > * NB: Guide uses redux v4.x.x types. For version v3.x.x please check [ this config] ( https://github.com/piotrwitek/react-redux-typescript-guide/blob/master/playground/tsconfig.json#L5 ) )
15+
1416[ ⇧ back to top] ( #table-of-contents )
Original file line number Diff line number Diff line change 33## TSLint
44
55> Installation
6- ` npm i -D jest ts-jest @types/jest `
6+ ` npm i -D tslint `
77
88#### tslint.json
99- Recommended setup is to extend build-in preset ` tslint:recommended ` (use ` tslint:all ` to enable all rules)
You can’t perform that action at this time.
0 commit comments