File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
187186We want to add some rules to our ESLint configuration.
You can’t perform that action at this time.
0 commit comments