Skip to content

Commit

Permalink
upate
Browse files Browse the repository at this point in the history
  • Loading branch information
flexbox committed Sep 17, 2024
1 parent f770853 commit c96c91e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions challenges/ecosystem/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- [ ] ❗ Commit your work if it's not already done.
- [ ] Push your code to GitHub.

You are going to create a `.eslintrc.js` file, here is a [preview of the one used on the spacecraft codebase](https://raw.githubusercontent.com/flexbox/react-native-bootcamp/main/hackathon/spacecraft/.eslintrc.js). We will create more or less the same with small steps.

## 👨‍🚀 Exercise 2

### [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) extensions
Expand Down Expand Up @@ -295,6 +297,4 @@ This will make sure everyone in your team is using the same settings.

### Avoid data layer issues

- [ ] Install [TanStack Query ESLint plugin](https://tanstack.com/query/latest/docs/eslint/eslint-plugin-query).

Your `.eslintrc.js` file should look like [this](https://raw.githubusercontent.com/flexbox/react-native-bootcamp/main/hackathon/spacecraft/.eslintrc.js)
- [ ] Install [TanStack Query ESLint plugin](https://tanstack.com/query/latest/docs/eslint/eslint-plugin-query).

0 comments on commit c96c91e

Please sign in to comment.