Skip to content

Commit 8699625

Browse files
committed
fixed small issues
1 parent 1e6d0e0 commit 8699625

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff 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)

Diff for: docs/markdown/0_setup.md

+2
Original file line numberDiff line numberDiff 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)

Diff for: docs/markdown/3_tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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)

0 commit comments

Comments
 (0)