Skip to content

Commit 683100f

Browse files
committed
upate
1 parent e583f87 commit 683100f

File tree

1 file changed

+3
-4
lines changed
  • challenges/ecosystem

1 file changed

+3
-4
lines changed

challenges/ecosystem/02.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ yarn lint --fix
9595
- [ ] Run `--fix` to automatically fix your errors.
9696
- [ ] Commit your work.
9797
- [ ] Push your project to GitHub to have a backup.
98-
- [ ] if you encounter a difference between errors on your terminal and VSCode, reload VSCode with `⌘ + ⇧ + P` "Developer: Reload Window".
98+
99+
**🔭 Hint:** if you encounter a difference between errors on your terminal and VSCode, reload VSCode with `⌘ + ⇧ + P` "Developer: Reload Window".
99100

100101
### Prettier
101102

@@ -164,7 +165,7 @@ module.exports = {
164165
};
165166
```
166167

167-
- Create a `.prettierrc` file at the root of your project with the following content:
168+
- [ ] Create a `.prettierrc` file at the root of your project with the following content:
168169

169170
```javascript
170171
// .prettierrc
@@ -180,8 +181,6 @@ module.exports = {
180181
}
181182
```
182183

183-
- [ ] if you encounter a difference between errors on your terminal and VSCode, reload VSCode with `⌘ + ⇧ + P` "Developer: Reload Window".
184-
185184
### Updating ESLint rules
186185

187186
We want to add some rules to our ESLint configuration.

0 commit comments

Comments
 (0)