mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
docs: specify TypeScript version with ~ to avoid issues with semver
This commit is contained in:
parent
7486e3aab6
commit
424235bd4f
@ -55,7 +55,7 @@ If you want to use **TypeScript**, you also need to install:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install --save-dev \
|
npm install --save-dev \
|
||||||
"typescript@^5.5.4" \
|
"typescript@~5.5.4" \
|
||||||
"@typescript-eslint/eslint-plugin@^8.3.0" \
|
"@typescript-eslint/eslint-plugin@^8.3.0" \
|
||||||
"@typescript-eslint/parser@^8.3.0"
|
"@typescript-eslint/parser@^8.3.0"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user