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

feat: add promise/no-multiple-resolved

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2024-02-08 22:32:39 +01:00
parent c9365be768
commit a5036c8381
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -177,6 +177,7 @@
"promise/param-names": "error",
"promise/no-new-statics": "error",
"promise/no-multiple-resolved": "error",
"unicorn/better-regex": "error",
"unicorn/catch-error-name": "error",