Skip to content

Commit 0843916

Browse files
author
devgioele
committed
specify that TypeScript must be installed
1 parent b105410 commit 0843916

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Then change `.eslintrc.json` to be:
6161

6262
### TypeScript
6363

64-
Install the required packages:
64+
Install the required packages, assuming that you have TypeScript already installed:
6565

6666
```sh
6767
npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier eslint-plugin-import
@@ -80,7 +80,7 @@ npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier
8080

8181
### TypeScript + React
8282

83-
Install the required packages:
83+
Install the required packages, assuming that you have TypeScript already installed:
8484

8585
```sh
8686
npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks
@@ -99,7 +99,7 @@ npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier
9999

100100
### TypeScript + Next.js
101101

102-
Install the required packages:
102+
Install the required packages, assuming that you have TypeScript already installed:
103103

104104
```sh
105105
npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks @next/eslint-plugin-next
@@ -118,7 +118,7 @@ npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier
118118

119119
### FormatJS
120120

121-
Install the required packages:
121+
Install the required packages, assuming that you have TypeScript already installed:
122122

123123
```sh
124124
npm i -D eslint eslint-plugin-formatjs
@@ -141,7 +141,7 @@ Most presets are mutually exclusive, which means that you should not combine the
141141
However, you may combine the preset `formatjs` with any other preset you like.
142142
The following shows how to combine it with the preset `ts-next`:
143143

144-
Install the required packages:
144+
Install the required packages, assuming that you have TypeScript already installed:
145145

146146
```sh
147147
npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks @next/eslint-plugin-next eslint-plugin-formatjs

0 commit comments

Comments
 (0)