Skip to content

chore(deps-dev): bump the npm-development group with 3 updates #38

chore(deps-dev): bump the npm-development group with 3 updates

chore(deps-dev): bump the npm-development group with 3 updates #38

Triggered via pull request September 2, 2024 04:53
Status Failure
Total duration 2m 3s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint Codebase: __tests__/index.test.ts#L1
Definition for rule '@typescript-eslint/func-call-spacing' was not found
Lint Codebase: __tests__/index.test.ts#L1
Definition for rule '@typescript-eslint/semi' was not found
Lint Codebase: __tests__/index.test.ts#L1
Definition for rule '@typescript-eslint/type-annotation-spacing' was not found
Lint Codebase: __tests__/index.test.ts#L5
Replace `'../src/themeConverter'` with `"../src/themeConverter";`
Lint Codebase: __tests__/index.test.ts#L9
Replace `··.spyOn(themeConverter,·'cloneRepository'` with `····.spyOn(themeConverter,·"cloneRepository"`
Lint Codebase: __tests__/index.test.ts#L10
Replace `··.mockImplementation()` with `····.mockImplementation();`
Lint Codebase: __tests__/index.test.ts#L12
Replace `'themeConverter'` with `"themeConverter"`
Lint Codebase: __tests__/index.test.ts#L13
Replace `it('calls·cloneRepository·when·imported'` with `··it("calls·cloneRepository·when·imported"`
Lint Codebase: __tests__/index.test.ts#L14
Insert `····`
Lint Codebase: __tests__/index.test.ts#L15
Replace `require('../src/index')` with `····require("../src/index");`
Lint Codebase: .devcontainer/devcontainer.json#L1
File ignored by default.
Lint Codebase: .github/linters/tsconfig.json#L1
File ignored by default.
Lint Codebase: .prettierrc.json#L1
File ignored by default.