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@^44.0.0`
This commit is contained in:
Divlo
2022-10-03 20:40:47 +02:00
parent e2b2c1c77f
commit 0ce46310ed
3 changed files with 722 additions and 555 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@^43.0.0 \
eslint-plugin-unicorn@^44.0.0 \
eslint-config-conventions@latest
```