mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
feat: add support for @typescript-eslint
v7
This commit is contained in:
parent
6e6a8d7aa1
commit
dbe252f3b4
@ -57,9 +57,9 @@ If you want to use **TypeScript**, you also need to install:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install --save-dev \
|
npm install --save-dev \
|
||||||
typescript@^5.3.3 \
|
"typescript@^5.3.3" \
|
||||||
@typescript-eslint/eslint-plugin@^6.21.0 \
|
"@typescript-eslint/eslint-plugin@>=6.21.0" \
|
||||||
@typescript-eslint/parser@^6.21.0
|
"@typescript-eslint/parser@>=6.21.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Dependencies are:
|
Dependencies are:
|
||||||
|
Loading…
Reference in New Issue
Block a user