fixed more linter issues #1443
Annotations
11 warnings
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/
|
functions/src/index.ts#L326
Forbidden non-null assertion
|
functions/src/index.ts#L327
Forbidden non-null assertion
|
functions/src/index.ts#L353
Forbidden non-null assertion
|
src/components/App.tsx#L201
'updateUser' is already declared in the upper scope
|
src/components/App.tsx#L201
'updateAuthStatus' is already declared in the upper scope
|
src/components/App.tsx#L207
'user' is already declared in the upper scope
|
src/components/includes/AddBlogPost.tsx#L50
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
src/components/includes/AddBlogPost.tsx#L50
Static HTML elements with event handlers require a role
|
src/components/includes/AddBlogPost.tsx#L67
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
src/components/includes/AddBlogPost.tsx#L67
Static HTML elements with event handlers require a role
|
The logs for this run have expired and are no longer available.
Loading