fix linter errors #24
Annotations
10 errors and 1 warning
|
build:
src/utils/appConfig.ts#L30
Replace `"https://collector.pullflow.cloud"` with `'https://collector.pullflow.cloud'`
|
|
build:
src/utils/appConfig.ts#L29
Replace `"PULLFLOW_TELEMETRY_URL"` with `'PULLFLOW_TELEMETRY_URL'`
|
|
build:
src/utils/appConfig.ts#L26
Replace `"https://app.pullflow.com"` with `'https://app.pullflow.com'`
|
|
build:
src/utils/appConfig.ts#L25
Replace `"PULLFLOW_APP_URL"` with `'PULLFLOW_APP_URL'`
|
|
build:
src/utils/appConfig.ts#L23
Replace `"PULLFLOW_APP_URL",·"https://app.pullflow.com"` with `'PULLFLOW_APP_URL',·'https://app.pullflow.com'`
|
|
build:
src/utils/appConfig.ts#L19
Replace `"CLIENT_IDENTIFIER",·"com.pullflow.vscode"` with `'CLIENT_IDENTIFIER',·'com.pullflow.vscode'`
|
|
build:
src/utils/appConfig.ts#L17
Replace `"SESSIONS_SECRET_KEY",·"pullflow.session"` with `'SESSIONS_SECRET_KEY',·'pullflow.session'`
|
|
build:
src/utils/appConfig.ts#L11
Replace `"string"` with `'string'`
|
|
build:
src/utils/appConfig.ts#L6
Replace `"dotenv").config({·path:·rootPath(".env"` with `'dotenv').config({·path:·rootPath('.env'`
|
|
build:
src/utils/appConfig.ts#L1
Replace `"path"` with `'path'`
|
|
build
Unexpected input(s) 'envkey_SESSIONS_SECRET_KEY', 'envkey_CLIENT_IDENTIFIER', 'envkey_PULLFLOW_APP_URL', 'envkey_PULLFLOW_TELEMETRY_URL', valid inputs are ['entryPoint', 'args', 'file_name', 'directory', 'fail_on_empty']
|