🐞 fix(edge):Fix Prettier and ESLint conflicts #15
lint_and_format_check.yml
on: push
lint-and-format
22s
Annotations
7 warnings
lint-and-format:
src/common/components/editor/Editor.tsx#L36
'roomId' is defined but never used. Allowed unused args must match /^_/u
|
lint-and-format:
src/common/components/editor/Editor.tsx#L49
Unexpected console statement
|
lint-and-format:
src/common/components/editor/plugins/FloatingToolbarPlugin.tsx#L247
'e' is defined but never used
|
lint-and-format:
src/common/components/elements/CollaborativeRoom.tsx#L25
'users' is defined but never used. Allowed unused args must match /^_/u
|
lint-and-format:
src/common/components/elements/CollaborativeRoom.tsx#L26
'setDocumentTitle' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint-and-format:
src/common/components/elements/CollaborativeRoom.tsx#L33
'updateTitleHandler' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint-and-format:
src/common/components/elements/CollaborativeRoom.tsx#L47
Unexpected console statement
|