Fix bin/run #131
Annotations
10 warnings
linting:
src/addon.ts#L2
Using exported name 'color' as identifier for default import
|
linting:
src/addon.ts#L3
'/Users/runner/work/heroku-cli-addons-admin/heroku-cli-addons-admin/node_modules/@oclif/core/lib/index.d.ts' imported multiple times
|
linting:
src/addon.ts#L4
'/Users/runner/work/heroku-cli-addons-admin/heroku-cli-addons-admin/node_modules/@oclif/core/lib/index.d.ts' imported multiple times
|
linting:
src/commands/addons/admin/manifest/diff.ts#L1
Using exported name 'color' as identifier for default import
|
linting:
src/commands/addons/admin/manifest/generate.ts#L1
Using exported name 'color' as identifier for default import
|
linting:
src/commands/addons/admin/manifest/generate.ts#L73
Expected "api" to come before "id"
|
linting:
src/commands/addons/admin/manifest/generate.ts#L75
Expected "config_vars" to come before "config_vars_prefix"
|
linting:
src/commands/addons/admin/manifest/generate.ts#L80
Expected "regions" to come before "sso_salt"
|
linting:
src/commands/addons/admin/manifest/generate.ts#L82
Expected "production" to come before "requires"
|
linting:
src/commands/addons/admin/manifest/generate.ts#L148
Prefer `Number.isNaN` over `isNaN`
|
Loading