@@ -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
6767npm 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
8686npm 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
105105npm 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
124124npm i -D eslint eslint-plugin-formatjs
@@ -141,7 +141,7 @@ Most presets are mutually exclusive, which means that you should not combine the
141141However, you may combine the preset ` formatjs ` with any other preset you like.
142142The 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
147147npm 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