Skip to content

Commit 1ea31bf

Browse files
fix: downgrade eslint-plugin-promise to v5.2.0 (#401)
eslint-config-standard does not support v6 yet. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent cd82ade commit 1ea31bf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-plugin-import": "^2.25.1",
9090
"eslint-plugin-markdown": "^2.0.0",
9191
"eslint-plugin-node": "^11.1.0",
92-
"eslint-plugin-promise": "^6.0.0",
92+
"eslint-plugin-promise": "^5.2.0",
9393
"eslint-plugin-react": "^7.21.5",
9494
"eslint-plugin-unicorn": "^39.0.0",
9595
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",

0 commit comments

Comments
 (0)