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
95
95
- [ ] Run ` --fix ` to automatically fix your errors.
96
96
- [ ] Commit your work.
97
97
- [ ] 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".
99
100
100
101
### Prettier
101
102
@@ -164,7 +165,7 @@ module.exports = {
164
165
};
165
166
```
166
167
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:
168
169
169
170
``` javascript
170
171
// .prettierrc
@@ -180,8 +181,6 @@ module.exports = {
180
181
}
181
182
```
182
183
183
- - [ ] if you encounter a difference between errors on your terminal and VSCode, reload VSCode with ` ⌘ + ⇧ + P ` "Developer: Reload Window".
184
-
185
184
### Updating ESLint rules
186
185
187
186
We want to add some rules to our ESLint configuration.
You can’t perform that action at this time.
0 commit comments