Skip to content

Commit 5777158

Browse files
hwbllmnnLukasLohoff
andcommitted
Update README.md
Co-authored-by: Lukas Lohoff <[email protected]>
1 parent bd7b9b5 commit 5777158

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ npm i -D @terrestris/eslint-config-typescript
1010

1111
2. Install peerDependencies
1212

13-
Can be omitted for already existing dependencies.
13+
Can be omitted for already existing dependencies, also usually the latest version will be installed when omitting the version when running `bun/npm i -D <package>`.
14+
1415
```bash
1516
npm i -D eslint@^9
1617
npm i -D @typescript-eslint/eslint-plugin@^8
17-
npm i -D @stylistic/eslint-plugin@^2
18+
npm i -D @stylistic/eslint-plugin@^4
1819
npm i -D typescript@^5
1920
```
2021

@@ -32,7 +33,7 @@ First of all, make sure you use a recent node version!
3233

3334
After that, you can use a simple config like this to use this with eslint v9:
3435

35-
```
36+
```js
3637
import tsParser from '@typescript-eslint/parser';
3738
import path from 'node:path';
3839
import { fileURLToPath } from 'node:url';

0 commit comments

Comments
 (0)