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

feat: add promise/no-nesting

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

View File

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