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

Update Eslint Section #230

Open
MatthysDev opened this issue Apr 16, 2024 · 1 comment
Open

Update Eslint Section #230

MatthysDev opened this issue Apr 16, 2024 · 1 comment
Labels
challenge Fix something related to the markdown content priority: medium

Comments

@MatthysDev
Copy link
Collaborator

MatthysDev commented Apr 16, 2024

https://davidl.fr/workshop/challenges/ecosystem-02

With the new version of Eslint (9.0.0) the command line change

"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",

doesn't work anymore

Or we should change the config name to make it works

https://eslint.org/docs/latest/use/migrate-to-9.0.0#-new-default-config-format-eslintconfigjs

@MatthysDev MatthysDev added the challenge Fix something related to the markdown content label Apr 16, 2024
@flexbox
Copy link
Owner

flexbox commented May 21, 2024

depends on #235

with expo SDK 51 new rules are landing
https://expo.dev/changelog/2024/05-07-sdk-51#other-highlights

We can now run npx expo lint in your project to generate an ESLint config file that extends from eslint-config-expo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge Fix something related to the markdown content priority: medium
Projects
None yet
Development

No branches or pull requests

2 participants