Closed gmq closed 4 years ago
Rubocop has the maximum complexity rule set to 6 by default, our eslint rules should use the same value.
Also enables the rule for forbidding console statements
to which rubocop complexity rule are you referring to?
Cyclomatic complexity, which is not in our rubocop.yml so it uses the default value
Rubocop has the maximum complexity rule set to 6 by default, our eslint rules should use the same value.
Also enables the rule for forbidding console statements