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-unicorn@^43.0.0`
This commit is contained in:
Divlo
2022-07-12 13:52:53 +02:00
parent 61679195ee
commit 637a79a8e7
3 changed files with 2451 additions and 1863 deletions

View File

@@ -43,7 +43,7 @@ npm install --save-dev \
eslint@^8.9.0 \
eslint-plugin-import@^2.26.0 \
eslint-plugin-promise@^6.0.0 \
eslint-plugin-unicorn@^42.0.0 \
eslint-plugin-unicorn@^43.0.0 \
eslint-config-conventions@latest
```