feat: Implement bootstrap-cli #20
Annotations
10 errors
build (18.x):
src/cli.ts#L36
Delete `⏎`
|
build (18.x):
src/core/Feed.ts#L40
Delete `⏎····`
|
build (18.x):
src/core/Logger.ts#L3
Replace `'log4js.json'` with `"log4js.json"`
|
build (18.x):
src/core/Logger.ts#L4
Replace `'default'` with `"default"`
|
build (18.x):
src/core/Logger.ts#L5
Replace `'INFO'` with `"INFO"`
|
build (18.x):
src/core/Logger.ts#L6
Replace `(process.env.FAIRPOST_LOGGER_CONSOLE·!==·'false')` with `process.env.FAIRPOST_LOGGER_CONSOLE·!==·"false"`
|
build (18.x):
src/core/Logger.ts#L8
Require statement not part of import statement
|
build (18.x):
src/core/Logger.ts#L8
Replace `+` with `·+·`
|
build (18.x):
src/core/Logger.ts#L10
Replace `····throw·new·Error('Log4js·category·'+category+'·not·found·in·'+configFile` with `··throw·new·Error(⏎····"Log4js·category·"·+·category·+·"·not·found·in·"·+·configFile,⏎··`
|
build (18.x):
src/core/Logger.ts#L13
Delete `··`
|