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-promise@^7.0.0

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

View File

@ -49,7 +49,7 @@
},
"peerDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.1.1 || ^7.0.0",
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0"
},
"devDependencies": {