Skip to content

Create tech stack docs (techstack.yml and techstack.md) #144

Create tech stack docs (techstack.yml and techstack.md)

Create tech stack docs (techstack.yml and techstack.md) #144

GitHub Actions / ESLint failed Dec 27, 2023 in 0s

2 errors and 8 warnings

ESLint found 2 errors and 8 warnings

Annotations

Check warning on line 68 in examples/convert-config-file/src/winston.config.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

examples/convert-config-file/src/winston.config.ts#L68

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 71 in examples/convert-config-file/src/winston.config.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

examples/convert-config-file/src/winston.config.ts#L71

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 12 in examples/extend-config/src/winston.config.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

examples/extend-config/src/winston.config.ts#L12

'omitMeta' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 69 in examples/extend-config/src/winston.config.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

examples/extend-config/src/winston.config.ts#L69

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 72 in examples/extend-config/src/winston.config.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

examples/extend-config/src/winston.config.ts#L72

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 293 in src/config.service.spec.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/config.service.spec.ts#L293

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 343 in src/config.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/config.service.ts#L343

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 347 in src/config.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/config.service.ts#L347

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check failure on line 12 in examples/extend-config/src/winston.config.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

examples/extend-config/src/winston.config.ts#L12

'omitMeta' is assigned a value but never used (no-unused-vars)

Check failure on line 159 in src/config.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/config.service.ts#L159

Unexpected aliasing of 'this' to local variable (@typescript-eslint/no-this-alias)