Skip to content

BB-343 Move the identifier & aliases editing to be part of the main editing flow #923

BB-343 Move the identifier & aliases editing to be part of the main editing flow

BB-343 Move the identifier & aliases editing to be part of the main editing flow #923

GitHub Actions / ESLint failed Dec 18, 2023 in 0s

44 errors and 5 warnings

ESLint found 44 errors and 5 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 19 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L19

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

Check warning on line 20 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L20

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

Check warning on line 19 in src/client/entity-editor/identifier-editor/identifier-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/identifier-editor/identifier-editor.js#L19

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

Check warning on line 20 in src/client/entity-editor/identifier-editor/identifier-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/identifier-editor/identifier-editor.js#L20

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

Check failure on line 19 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L19

There should be no space after '{' (object-curly-spacing)

Check failure on line 19 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L19

There should be no space before '}' (object-curly-spacing)

Check failure on line 20 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L20

There should be no space after '{' (object-curly-spacing)

Check failure on line 20 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L20

There should be no space before '}' (object-curly-spacing)

Check failure on line 22 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L22

There should be no space after '{' (object-curly-spacing)

Check failure on line 22 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L22

There should be no space before '}' (object-curly-spacing)

Check failure on line 25 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L25

There should be no space after '{' (object-curly-spacing)

Check failure on line 25 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L25

There should be no space before '}' (object-curly-spacing)

Check failure on line 26 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L26

There should be no space after '{' (object-curly-spacing)

Check failure on line 26 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L26

There should be no space before '}' (object-curly-spacing)

Check failure on line 45 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L45

Unexpected trailing comma (comma-dangle)

Check failure on line 66 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L66

There should be no space after '{' (object-curly-spacing)

Check failure on line 66 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L66

There should be no space before '}' (object-curly-spacing)

Check failure on line 67 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L67

There should be no space after '{' (object-curly-spacing)

Check failure on line 67 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L67

Strings must use singlequote (quotes)

Check failure on line 67 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L67

There should be no space before '}' (object-curly-spacing)

Check failure on line 68 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L68

There should be no space after '{' (object-curly-spacing)

Check failure on line 68 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L68

Strings must use singlequote (quotes)

Check failure on line 68 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L68

There should be no space before '}' (object-curly-spacing)

Check failure on line 75 in src/client/entity-editor/alias-editor/alias-editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/entity-editor/alias-editor/alias-editor.js#L75

A space is forbidden before closing bracket (react/jsx-tag-spacing)