Skip to content

Demonstrate JND with colours that are different (#538) #456

Demonstrate JND with colours that are different (#538)

Demonstrate JND with colours that are different (#538) #456

Triggered via push July 4, 2024 12:44
Status Success
Total duration 1m 4s
Artifacts

lint.yml

on: push
Lint & Test Types
54s
Lint & Test Types
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Test Types: src/Format.js#L31
Property 'space' does not exist on type 'Format'.
Lint & Test Types: src/Format.js#L48
Type 'string[][]' is not assignable to type '[Type, Type, Type]'.
Lint & Test Types: src/Format.js#L59
Type 'any[]' is not assignable to type '[Type, Type, Type]'.
Lint & Test Types: src/Format.js#L63
Property 'trim' does not exist on type 'never'.
Lint & Test Types: src/Format.js#L66
Property 'map' does not exist on type 'Type'.
Lint & Test Types: src/Format.js#L78
JSDoc '@param' tag has name 'space', but there is no parameter with that name.
Lint & Test Types: src/Format.js#L79
JSDoc '@param' tag has name 'format', but there is no parameter with that name.
Lint & Test Types: src/Format.js#L80
JSDoc '@param' tag has name 'name', but there is no parameter with that name.
Lint & Test Types: src/Format.js#L95
Property 'find' does not exist on type 'Type'.
Lint & Test Types: src/Format.js#L116
Property 'serialize' does not exist on type 'Format'. Did you mean 'canSerialize'?