Skip to content

Commit df7b8a5

Browse files
MatthysDevflexbox
authored andcommitted
fix: 🐛 add eslint example
1 parent b1ef008 commit df7b8a5

File tree

1 file changed

+2
-0
lines changed
  • challenges/ecosystem

1 file changed

+2
-0
lines changed

challenges/ecosystem/02.md

+2
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ In our case `cargo_capacity`, `cost_in_credits` are not using `camelCase` and we
278278
- [ ] Install [TanStack Query ESLint plugin](https://tanstack.com/query/latest/docs/eslint/eslint-plugin-query).
279279
- [ ] Install [Perfecionist](https://perfectionist.dev/) to enforce a consistent code style across your codebase.
280280

281+
Your `.eslintrc.js` file should look like [this](https://raw.githubusercontent.com/flexbox/react-native-bootcamp/main/hackathon/spacecraft/.eslintrc.js)
282+
281283
### Share your settings with your team
282284

283285
You can share your VSCode settings with your team by adding a `.vscode` folder at the root of your project with the following content.

0 commit comments

Comments
 (0)