Cognitive Complexity is a measure of how hard the control flow of a function is to understand. Functions with high Cognitive Complexity will be difficult to maintain.
The maximum authorized complexity can be provided. Default is 15.
{
"sonarjs/cognitive-complexity": "error",
"sonarjs/cognitive-complexity": ["error", 15]
}