Skip to content

chore: linting errors in patch/index.d.ts #14

chore: linting errors in patch/index.d.ts

chore: linting errors in patch/index.d.ts #14

Triggered via push January 7, 2024 07:13
Status Failure
Total duration 42s
Artifacts

main.yml

on: push
Matrix: test
Matrix: types
Fit to window
Zoom out
Zoom in

Annotations

30 errors
Node.js 16: source/patch/index.d.ts#L2
All imports in the declaration are only used as types. Use `import type`.
Node.js 16: source/patch/patch.d.ts#L4
Missing trailing comma.
Node.js 16: source/patch/patch.d.ts#L5
Missing semicolon.
Node.js 16: source/patch/patch.d.ts#L10
Missing semicolon.
Node.js 16: source/patch/patch.d.ts#L12
Missing semicolon.
Node.js 16: source/patch/patch.d.ts#L14
Missing semicolon.
Node.js 16: source/patch/patch.d.ts#L16
Missing semicolon.
Node.js 16: source/patch/patch.d.ts#L18
Use a `type` instead of an `interface`.
Node.js 16: source/patch/patch.d.ts#L19
Expected a semicolon.
Node.js 16: source/patch/patch.d.ts#L20
Expected a semicolon.
Node.js 20: source/patch/index.d.ts#L2
All imports in the declaration are only used as types. Use `import type`.
Node.js 20: source/patch/patch.d.ts#L4
Missing trailing comma.
Node.js 20: source/patch/patch.d.ts#L5
Missing semicolon.
Node.js 20: source/patch/patch.d.ts#L10
Missing semicolon.
Node.js 20: source/patch/patch.d.ts#L12
Missing semicolon.
Node.js 20: source/patch/patch.d.ts#L14
Missing semicolon.
Node.js 20: source/patch/patch.d.ts#L16
Missing semicolon.
Node.js 20: source/patch/patch.d.ts#L18
Use a `type` instead of an `interface`.
Node.js 20: source/patch/patch.d.ts#L19
Expected a semicolon.
Node.js 20: source/patch/patch.d.ts#L20
Expected a semicolon.
Node.js 18: source/patch/index.d.ts#L2
All imports in the declaration are only used as types. Use `import type`.
Node.js 18: source/patch/patch.d.ts#L4
Missing trailing comma.
Node.js 18: source/patch/patch.d.ts#L5
Missing semicolon.
Node.js 18: source/patch/patch.d.ts#L10
Missing semicolon.
Node.js 18: source/patch/patch.d.ts#L12
Missing semicolon.
Node.js 18: source/patch/patch.d.ts#L14
Missing semicolon.
Node.js 18: source/patch/patch.d.ts#L16
Missing semicolon.
Node.js 18: source/patch/patch.d.ts#L18
Use a `type` instead of an `interface`.
Node.js 18: source/patch/patch.d.ts#L19
Expected a semicolon.
Node.js 18: source/patch/patch.d.ts#L20
Expected a semicolon.