Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update the eslint.config.js file #370

Merged
merged 2 commits into from
May 28, 2024
Merged

chore: update the eslint.config.js file #370

merged 2 commits into from
May 28, 2024

Conversation

Ameerjafar
Copy link
Contributor

Summary

i have updated the eslint.config.js file

Description

to avoid the unnecessary error like jsx must be in the scope

Prerequisites

Copy link

vercel bot commented May 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wanderlust ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 6:26am
wanderlust-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 6:26am

Copy link

Hey @Ameerjafar! Thanks for sticking to the guidelines! High five! 🙌🏻

'react/react-in-jsx-scope': 'off' ,
'@typescript-eslint/no-explicit-any': 'off',
'react/no-unescaped-entities': 'off'
}
Copy link
Owner

@krishnaacharyaa krishnaacharyaa May 28, 2024

Choose a reason for hiding this comment

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

'@typescript-eslint/no-explicit-any': 'off',
'react/no-unescaped-entities': 'off'
Remove these two, we'll fix it.

Only the react in jsx scope is good

Copy link
Owner

Choose a reason for hiding this comment

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

Copy link
Owner

@krishnaacharyaa krishnaacharyaa left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@krishnaacharyaa krishnaacharyaa merged commit c9aa507 into krishnaacharyaa:main May 28, 2024
3 checks passed
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.

2 participants