mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-11-04 00:18:57 +01:00
feat: add promise/no-nesting
BREAKING CHANGE: New rule introduced
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user