Skip to content

fix BB-343 : Integrated the modification of identifiers and aliases into the primary editing workflow #1034

fix BB-343 : Integrated the modification of identifiers and aliases into the primary editing workflow

fix BB-343 : Integrated the modification of identifiers and aliases into the primary editing workflow #1034

GitHub Actions / ESLint failed Apr 24, 2024 in 0s

2 errors and 3 warnings

ESLint found 2 errors and 3 warnings

Annotations

Check warning on line 177 in src/client/components/pages/revision.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/components/pages/revision.js#L177

Unexpected 'todo' comment: 'TODO: Add proper error handling.' (no-warning-comments)

Check warning on line 22 in src/server/helpers/collectionRouteUtils.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/server/helpers/collectionRouteUtils.js#L22

'log' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 22 in src/server/routes/register.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/server/routes/register.js#L22

'handler' is defined but never used (@typescript-eslint/no-unused-vars)

Check failure on line 43 in src/client/entity-editor/identifier-section/identifier-section.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/identifier-section/identifier-section.js#L43

Unexpected console statement (no-console)

Check failure on line 43 in src/client/entity-editor/identifier-section/identifier-section.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/identifier-section/identifier-section.js#L43

Strings must use singlequote (quotes)