Skip to content

Commit abd1bb4

Browse files
committed
fix: 🐛 add eslint example
1 parent 7f363cc commit abd1bb4

File tree

1 file changed

+2
-0
lines changed
  • challenges/ecosystem

1 file changed

+2
-0
lines changed

challenges/ecosystem/02.md

Lines changed: 2 additions & 0 deletions
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)