We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4f686 commit 2fd3aa1Copy full SHA for 2fd3aa1
challenges/ecosystem/02.md
@@ -104,6 +104,7 @@ npm run lint -- --fix
104
- [ ] Run `--fix` to automatically fix your errors.
105
- [ ] Commit your work.
106
- [ ] Push your project to GitHub to have a backup.
107
+- [ ] if you encounter a difference between errors on your terminal and VSCode, reload VSCode with `⌘ + ⇧ + P` "Developer: Reload Window".
108
109
### ESLint and prettier rules for React Native
110
@@ -184,6 +185,7 @@ module.exports = {
184
185
```
186
187
188
189
190
### Updating ESLint rules
191
0 commit comments