1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-10-05 03:36:10 +02:00

feat: add support for @typescript-eslint v7

This commit is contained in:
Théo LUDWIG 2024-02-16 20:03:21 +01:00
parent 6e6a8d7aa1
commit dbe252f3b4
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -57,9 +57,9 @@ If you want to use **TypeScript**, you also need to install:
```sh
npm install --save-dev \
typescript@^5.3.3 \
@typescript-eslint/eslint-plugin@^6.21.0 \
@typescript-eslint/parser@^6.21.0
"typescript@^5.3.3" \
"@typescript-eslint/eslint-plugin@>=6.21.0" \
"@typescript-eslint/parser@>=6.21.0"
```
Dependencies are: