fixed linter issues #1445
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
functions/src/index.ts#L326
Forbidden non-null assertion
|
build:
functions/src/index.ts#L327
Forbidden non-null assertion
|
build:
functions/src/index.ts#L353
Forbidden non-null assertion
|
build:
src/components/App.tsx#L201
'updateUser' is already declared in the upper scope
|
build:
src/components/App.tsx#L201
'updateAuthStatus' is already declared in the upper scope
|
build:
src/components/App.tsx#L207
'user' is already declared in the upper scope
|
build:
src/components/includes/AddBlogPost.tsx#L50
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
build:
src/components/includes/AddBlogPost.tsx#L50
Static HTML elements with event handlers require a role
|
build:
src/components/includes/AddBlogPost.tsx#L67
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
build:
src/components/includes/AddBlogPost.tsx#L67
Static HTML elements with event handlers require a role
|