feat(eslint): support detect function chain call #145
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
packages/eslint/src/rules/linear-path.md#L11
Nodes [add3,add2,add1,a] are have function chain calls, perhaps you can refactor it
|
packages/eslint/src/rules/linear-path.md#L13
Nodes [add3,add2,add1,a] are have function chain calls, perhaps you can refactor it
|
packages/eslint/src/rules/linear-path.md#L17
Nodes [add3,add2,add1,a] are have function chain calls, perhaps you can refactor it
|
packages/eslint/src/rules/linear-path.md#L21
Nodes [add3,add2,add1,a] are have function chain calls, perhaps you can refactor it
|
packages/eslint/src/rules/loop-call.md#L11
There is a loop call in nodes [a,add], perhaps you can refactor it
|
packages/eslint/src/rules/loop-call.md#L13
There is a loop call in nodes [a,add], perhaps you can refactor it
|
packages/eslint/src/rules/loop-call.md#L32
'add' is defined but never used. Allowed unused vars must match /^_/u
|
packages/eslint/src/rules/loop-call.md#L32
Node [add] is not used, perhaps you can remove it
|
packages/eslint/src/rules/not-used.md#L11
'b' is assigned a value but never used. Allowed unused vars must match /^_/u
|
packages/eslint/src/rules/not-used.md#L11
Node [b] is not used, perhaps you can remove it
|
This job succeeded
Loading