File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ export const actions = {
1077
1077
## TSLint
1078
1078
1079
1079
> Installation
1080
- ` npm i - D jest ts - jest @ types / jest `
1080
+ ` npm i - D tslint `
1081
1081
1082
1082
#### tslint.json
1083
1083
- 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
11
11
"react-redux" - ` @types/react-redux `
12
12
[ "utility-types"] ( https://github.com/piotrwitek/utility-types ) - usefull utility types used throughout the guide
13
13
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
+
14
16
[ ⇧ back to top] ( #table-of-contents )
Original file line number Diff line number Diff line change 3
3
## TSLint
4
4
5
5
> Installation
6
- ` npm i -D jest ts-jest @types/jest `
6
+ ` npm i -D tslint `
7
7
8
8
#### tslint.json
9
9
- 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