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:
parent
a5036c8381
commit
00b7a2a89b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user