refactor(core): Lint for cyclomatic complexity in BE packages (no-changelog) (#9111)
This commit is contained in:
@@ -127,6 +127,7 @@ export const extendTransform = (expression: string): { code: string } | undefine
|
||||
|
||||
// Polyfill optional chaining
|
||||
visit(ast, {
|
||||
// eslint-disable-next-line complexity
|
||||
visitChainExpression(path) {
|
||||
this.traverse(path);
|
||||
const chainNumber = currentChain;
|
||||
|
||||
Reference in New Issue
Block a user