1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-08 19:11:31 +01:00

feat: support eslint-plugin-unicorn@^55.0.0

This commit is contained in:
Théo LUDWIG 2024-07-25 13:49:08 +02:00
parent 9fa86e2133
commit d0fa4e3688
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -50,7 +50,7 @@
"peerDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-promise": "^6.1.1 || ^7.0.0",
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0"
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0 || ^55.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.2.2",