fix(git:remote): update example text to reflect staging app (#3095) #5678
Annotations
10 warnings
linting:
packages/cli/src/commands/access/index.ts#L82
'argv' is assigned a value but never used
|
linting:
packages/cli/src/commands/access/index.ts#L82
'args' is assigned a value but never used
|
linting:
packages/cli/src/commands/addons/wait.ts#L24
Unexpected 'todo' comment: 'TODO: remove this type once the schema...'
|
linting:
packages/cli/src/commands/apps/errors.ts#L60
Missing radix parameter
|
linting:
packages/cli/src/commands/apps/favorites/add.ts#L25
Prefer `.some(…)` over `.find(…)`
|
linting:
packages/cli/src/commands/buildpacks/info.ts#L22
'_' is defined but never used
|
linting:
packages/cli/src/commands/buildpacks/versions.ts#L27
'_' is defined but never used
|
linting:
packages/cli/src/commands/ci/config/set.ts#L55
`Array#reduce()` is not allowed
|
linting:
packages/cli/src/commands/ci/config/set.ts#L55
Prefer `Object.fromEntries()` over `Array#reduce()`
|
linting:
packages/cli/src/commands/config/edit.ts#L38
`Array#reduce()` is not allowed
|
Loading