chore(deps-dev): bump the npm-development group with 2 updates #47
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.
|