1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

build(deps): update latest

BREAKING CHANGE: peerDependencies: `eslint-plugin-import@^2.26.0`, `eslint-plugin-unicorn@^42.0.0`
This commit is contained in:
Divlo
2022-04-06 19:14:13 +02:00
parent 387509a30f
commit 61679195ee
6 changed files with 864 additions and 890 deletions

View File

@@ -41,9 +41,9 @@ Here is an example, but use it only for reference, because your decisions regard
```sh
npm install --save-dev \
eslint@^8.9.0 \
eslint-plugin-import@^2.25.4 \
eslint-plugin-import@^2.26.0 \
eslint-plugin-promise@^6.0.0 \
eslint-plugin-unicorn@^41.0.0 \
eslint-plugin-unicorn@^42.0.0 \
eslint-config-conventions@latest
```
@@ -62,9 +62,9 @@ If you want to use **TypeScript**, you also need to install:
```sh
npm install --save-dev \
typescript@^4.4.0 \
@typescript-eslint/eslint-plugin@^5.12.0 \
@typescript-eslint/parser@^5.12.0
typescript@^4.6.0 \
@typescript-eslint/eslint-plugin@^5.18.0 \
@typescript-eslint/parser@^5.18.0
```
Dependencies are: