From c96c91ee96be09dfd74c46f7aa5f84769d872bd3 Mon Sep 17 00:00:00 2001 From: David Leuliette Date: Tue, 17 Sep 2024 14:39:41 +0200 Subject: [PATCH] upate --- challenges/ecosystem/02.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/challenges/ecosystem/02.md b/challenges/ecosystem/02.md index 6a8da86c..80ccfcfa 100644 --- a/challenges/ecosystem/02.md +++ b/challenges/ecosystem/02.md @@ -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 @@ -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). \ No newline at end of file