You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenges/ecosystem/02.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Prettier is an opinionated code formatter. It enforces a consistent style by par
42
42
43
43

44
44
45
-
### Setup ESLint
45
+
### Setup ESLint
46
46
47
47
-[ ] Setup ESLint in your project with the following command:
48
48
@@ -273,14 +273,6 @@ In our case `cargo_capacity`, `cost_in_credits` are not using `camelCase` and we
Your `.eslintrc.js` file should look like [this](https://raw.githubusercontent.com/flexbox/react-native-bootcamp/main/hackathon/spacecraft/.eslintrc.js)
283
-
284
276
### Share your settings with your team
285
277
286
278
You can share your VSCode settings with your team by adding a `.vscode` folder at the root of your project with the following content.
@@ -300,3 +292,9 @@ This will make sure everyone in your team is using the same settings.
Your `.eslintrc.js` file should look like [this](https://raw.githubusercontent.com/flexbox/react-native-bootcamp/main/hackathon/spacecraft/.eslintrc.js)
-[ ] Check the [React Native Testing Library Cookbook](https://callstack.github.io/react-native-testing-library/cookbook/index) and add a new test to your component.
221
+
-[ ] Check the [React Native Testing Library Cookbook](https://callstack.github.io/react-native-testing-library/cookbook/index) and add a new test to your component.
0 commit comments