[tools] console log issue from filter log #20
Annotations
8 errors
Run npm run lint:
eng/tools/spec-gen-sdk-runner/src/commands.ts#L47
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run npm run lint:
eng/tools/spec-gen-sdk-runner/src/commands.ts#L112
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run npm run lint:
eng/tools/spec-gen-sdk-runner/src/commands.ts#L345
Use the `RegExp#exec()` method instead
|
Run npm run lint:
eng/tools/spec-gen-sdk-runner/src/commands.ts#L348
Prefer `String#replaceAll()` over `String#replace()`
|
Run npm run lint:
eng/tools/spec-gen-sdk-runner/src/commands.ts#L351
Use the `RegExp#exec()` method instead
|
Run npm run lint:
eng/tools/spec-gen-sdk-runner/src/commands.ts#L354
Prefer `String#replaceAll()` over `String#replace()`
|
Run npm run lint:
eng/tools/spec-gen-sdk-runner/src/commands.ts#L370
Prefer `String#slice()` over `String#substring()`
|
Run npm run lint
Process completed with exit code 1.
|
Loading