Skip to content

did some changes on eslint type checking and null operators of ?? #14

Open
davidfoo07 wants to merge 1 commit into
mainfrom
david/feat/login-page
Open

did some changes on eslint type checking and null operators of ?? #14
davidfoo07 wants to merge 1 commit into
mainfrom
david/feat/login-page

Conversation

@davidfoo07

Copy link
Copy Markdown

i have implemented the login page using shadcn but i couldn't do next build due to useContext failing.

@davidfoo07 davidfoo07 self-assigned this Sep 9, 2024
Comment thread src/components/login.tsx
Comment thread .eslintrc.cjs
"@typescript-eslint/no-unsafe-argument": "off", // Disable the unsafe argument rule
"@typescript-eslint/restrict-template-expressions": "off", // Disable invalid template expression error
"@typescript-eslint/no-empty-interface": "off", // Disable warnings for empty interfaces
"@typescript-eslint/no-empty-object-type": "off", // Disable warnings for empty object types

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented this config file in another branch

@patrick-steve patrick-steve force-pushed the david/feat/login-page branch from e48722e to c9de219 Compare June 12, 2026 01:25
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rh-app-2-0 Ready Ready Preview, Comment Jun 12, 2026 1:26am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants