Create tech stack docs (techstack.yml and techstack.md) #144
Annotations
2 errors and 9 warnings
examples/extend-config/src/winston.config.ts#L12
'omitMeta' is assigned a value but never used (no-unused-vars)
|
src/config.service.ts#L159
Unexpected aliasing of 'this' to local variable (@typescript-eslint/no-this-alias)
|
examples/convert-config-file/src/winston.config.ts#L68
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
examples/convert-config-file/src/winston.config.ts#L71
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
examples/extend-config/src/winston.config.ts#L12
'omitMeta' is assigned a value but never used (@typescript-eslint/no-unused-vars)
|
examples/extend-config/src/winston.config.ts#L69
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
examples/extend-config/src/winston.config.ts#L72
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/config.service.spec.ts#L293
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/config.service.ts#L343
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/config.service.ts#L347
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
Run linters Server
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, wearerequired/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|