Skip to content

Merge pull request #21 from alexravenna/dependabot/npm_and_yarn/npm-d… #46

Merge pull request #21 from alexravenna/dependabot/npm_and_yarn/npm-d…

Merge pull request #21 from alexravenna/dependabot/npm_and_yarn/npm-d… #46

Triggered via push October 1, 2024 12:12
Status Failure
Total duration 1m 57s
Artifacts

linter.yml

on: push
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.