Fixed eslint check errors #2149
Annotations
10 warnings
Lint client:
functions/src/index.ts#L330
Forbidden non-null assertion
|
Lint client:
functions/src/index.ts#L331
Forbidden non-null assertion
|
Lint client:
functions/src/index.ts#L354
Forbidden non-null assertion
|
Lint client:
functions/src/index.ts#L508
Expected '===' and instead saw '=='
|
Lint client:
src/components/App.tsx#L138
Unexpected any. Specify a different type
|
Lint client:
src/components/App.tsx#L147
Unexpected any. Specify a different type
|
Lint client:
src/components/App.tsx#L198
'updateUser' is already declared in the upper scope
|
Lint client:
src/components/App.tsx#L198
'updateAuthStatus' is already declared in the upper scope
|
Lint client:
src/components/App.tsx#L204
'user' is already declared in the upper scope
|
Lint client:
src/components/includes/AddBlogPost.tsx#L7
Missing return type on function
|
Loading