Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling feat/editor-links into develop #771

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

feat(InsertLinkButton.tsx): add useRef hook to manage a reference to …

02c471c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Pulling feat/editor-links into develop #771

feat(InsertLinkButton.tsx): add useRef hook to manage a reference to …
02c471c
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis failed May 14, 2024 in 1s

ESLint Report Analysis

39 ESLint error(s) and 1 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 0 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check failure on line 1 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L1

[@typescript-eslint/no-unused-vars] 'useState' is defined but never used.

Check failure on line 1 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L1

[@typescript-eslint/no-unused-vars] 'useEffect' is defined but never used.

Check failure on line 3 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L3

[import/no-duplicates] '/home/runner/work/frontendx/frontendx/node_modules/lexical/Lexical.js' imported multiple times.

Check failure on line 5 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L5

[@typescript-eslint/no-unused-vars] 'LinkNode' is defined but never used.

Check failure on line 7 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L7

[@typescript-eslint/no-unused-vars] 'TextNode' is defined but never used.

Check failure on line 11 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L11

[import/no-duplicates] '/home/runner/work/frontendx/frontendx/node_modules/lexical/Lexical.js' imported multiple times.

Check failure on line 14 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L14

[@typescript-eslint/no-unused-vars] 'Areduce' is defined but never used.

Check failure on line 15 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L15

[@typescript-eslint/no-unused-vars] 'Amap' is defined but never used.

Check failure on line 20 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L20

[@typescript-eslint/no-unused-vars] 'OtoNullable' is defined but never used.

Check failure on line 21 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L21

[@typescript-eslint/no-unused-vars] 'OgetOrElse' is defined but never used.

Check failure on line 22 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L22

[@typescript-eslint/no-unused-vars] 'ObindTo' is defined but never used.

Check failure on line 24 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L24

[@typescript-eslint/no-unused-vars] 'Olet' is defined but never used.

Check failure on line 32 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L32

[import/order] `@lexical/react/LexicalComposerContext` import should occur before import of `../context/atomConfigs`

Check failure on line 34 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L34

[@typescript-eslint/no-unused-vars] 'getAnchorElement' is assigned a value but never used.

Check failure on line 56 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L56

[no-redeclare] 'EditingLinkPopper' is already defined.

Check warning on line 56 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L56

[@typescript-eslint/no-redeclare] 'EditingLinkPopper' is already defined.

Check failure on line 61 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L61

[no-console] Unexpected console statement.

Check failure on line 62 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L62

[prettier/prettier] Insert `··`

Check failure on line 63 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L63

[prettier/prettier] Insert `·`

Check failure on line 64 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L64

[prettier/prettier] Insert `·`

Check failure on line 65 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L65

[prettier/prettier] Insert `·`

Check failure on line 66 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L66

[prettier/prettier] Insert `·`

Check failure on line 67 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L67

[prettier/prettier] Insert `·`

Check failure on line 68 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L68

[prettier/prettier] Insert `·`

Check failure on line 69 in packages/editor-toolbar/src/components/EditingLinkPopper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/editor-toolbar/src/components/EditingLinkPopper.tsx#L69

[prettier/prettier] Insert `·`