Skip to content

Commit

Permalink
Fix ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jul 11, 2024
1 parent 629548d commit 5ef0cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"**/dist/*",
"/docs/**",
"/out/**",
"/coverage/**",
"/public/authServiceWorker.js",
"**/jest.config.js",
"**/next.config.js",
"**/postcss.config.js",
Expand Down
2 changes: 1 addition & 1 deletion app/sign-in/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// SPDX-License-Identifier: MIT
//
'use client'
import { SignInForm as AuthSignInForm } from '@stanfordbdhg/design-system/modules/auth/SignInForm'
import { signInWithEmailAndPassword, signInWithPopup } from 'firebase/auth'
import { SignInForm as AuthSignInForm } from '@stanfordbdhg/design-system/modules/auth/SignInForm'
import { auth, authProvider } from '../../modules/firebase/clientApp'

Check warning on line 11 in app/sign-in/SignInForm.tsx

View check run for this annotation

Codecov / codecov/patch

app/sign-in/SignInForm.tsx#L9-L11

Added lines #L9 - L11 were not covered by tests

export const SignInForm = () => (
Expand Down

0 comments on commit 5ef0cff

Please sign in to comment.