You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cyclomatic-complexity
The default threshold is 20, which is more than enough. My proposal is to lower for at least 12 (eventually 15) on existing projects. Every new project shouldn't exceed the threshold of 10.
no-import-side-effect
no-parameter-reassignment
promise-function-async
cyclomatic-complexity
The default threshold is 20, which is more than enough. My proposal is to lower for at least 12 (eventually 15) on existing projects. Every new project shouldn't exceed the threshold of 10.
object-literal-sort-keys
prefer-readonly
ordered-imports
trailing-comma
Function parameters will be excluded
object-literal-key-quotes
Option
as-needed
will alow quotes for some examples (key with whitespaces)The text was updated successfully, but these errors were encountered: