.ts updates #2101
Annotations
10 errors and 10 warnings
build:
src/components/includes/Wrapped.tsx#L12
`firebase/firestore` import should occur before import of `../../firebase`
|
build:
src/components/includes/Wrapped.tsx#L12
'collection' is defined but never used
|
build:
src/components/includes/Wrapped.tsx#L12
'getDocs' is defined but never used
|
build:
src/components/pages/LoginView.tsx#L5
`firebase/auth` import should occur before import of `../../firebase`
|
build:
src/components/pages/LoginView.tsx#L53
Unexpected console statement
|
build:
src/firebasefunctions/user.ts#L2
'collection' is defined but never used
|
build:
src/firebasefunctions/user.ts#L2
'getDoc' is defined but never used
|
build:
src/firebasefunctions/user.ts#L2
'setDoc' is defined but never used
|
build:
src/firebasefunctions/user.ts#L2
'updateDoc' is defined but never used
|
build:
src/firebasefunctions/user.ts#L15
This line has a length of 150. Maximum allowed is 120
|
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#L138
Unexpected any. Specify a different type
|
build:
src/components/App.tsx#L147
Unexpected any. Specify a different type
|
build:
src/components/App.tsx#L198
'updateUser' is already declared in the upper scope
|
build:
src/components/App.tsx#L198
'updateAuthStatus' is already declared in the upper scope
|
build:
src/components/App.tsx#L204
'user' is already declared in the upper scope
|
build:
src/components/includes/AddBlogPost.tsx#L7
Missing return type on function
|
build:
src/components/includes/AddBlogPost.tsx#L50
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|