Skip to content

Commit

Permalink
fix: 🐛 add eslint example
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthysDev committed Sep 3, 2024
1 parent 7f363cc commit abd1bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions challenges/ecosystem/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ In our case `cargo_capacity`, `cost_in_credits` are not using `camelCase` and we
- [ ] Install [TanStack Query ESLint plugin](https://tanstack.com/query/latest/docs/eslint/eslint-plugin-query).
- [ ] Install [Perfecionist](https://perfectionist.dev/) to enforce a consistent code style across your codebase.

Your `.eslintrc.js` file should look like [this](https://raw.githubusercontent.com/flexbox/react-native-bootcamp/main/hackathon/spacecraft/.eslintrc.js)

### Share your settings with your team

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

0 comments on commit abd1bb4

Please sign in to comment.