feat: add svg editor #145
nodejs.yml
on: pull_request
nodejs
/
prepare
7s
nodejs
/
lint-eslint
41s
nodejs
/
lint-prettier
33s
nodejs
/
lint-check-types
36s
nodejs
/
test-package
34s
Matrix: nodejs / test
Annotations
10 warnings
|
nodejs / lint-eslint:
src/components/svg_renderer.tsx#L141
Unexpected 'todo' comment: 'TODO: This is wrong and should be fixed.'
|
|
nodejs / lint-eslint:
src/components/svg_renderer.tsx#L129
Unexpected 'todo' comment: 'TODO: This is wrong and should be fixed.'
|
|
nodejs / lint-eslint:
src/components/svg_renderer.tsx#L92
Capture group '([^"]*)' should be converted to a named or non-capturing group
|
|
nodejs / lint-eslint:
src/components/svg_renderer.tsx#L92
Capture group '([^=]+)' should be converted to a named or non-capturing group
|
|
nodejs / lint-eslint:
src/components/svg_renderer.tsx#L42
Unexpected 'todo' comment: 'TODO: remove the replacement when React...'
|
|
nodejs / lint-eslint:
src/components/svg_renderer.tsx#L11
Missing JSDoc comment
|
|
nodejs / lint-eslint:
src/components/svg_editor.tsx#L89
Avoid passing live state to parents in an effect. Instead, lift the state to the parent and pass it down to the child as a prop
|
|
nodejs / lint-eslint:
src/components/error_renderer.tsx#L42
Do not use Array index in keys
|
|
nodejs / lint-eslint:
src/components/error_renderer.tsx#L27
Missing JSDoc comment
|
|
nodejs / lint-eslint:
src/components/error_renderer.tsx#L13
Missing JSDoc comment
|