Skip to content

Commit c96c91e

Browse files
committed
upate
1 parent f770853 commit c96c91e

File tree

1 file changed

+3
-3
lines changed
  • challenges/ecosystem

1 file changed

+3
-3
lines changed

challenges/ecosystem/02.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
- [ ] ❗ Commit your work if it's not already done.
1414
- [ ] Push your code to GitHub.
1515

16+
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.
17+
1618
## 👨‍🚀 Exercise 2
1719

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

296298
### Avoid data layer issues
297299

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

0 commit comments

Comments
 (0)