You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week1/MAKEME.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ It should include the following components:
200
200
- Have you removed all commented out code (should never be present in a PR)?
201
201
- Have you used `const` and `let` and avoided `var`?
202
202
- Do the variable, function and argument names you created follow the [Naming Conventions](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)?
203
-
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md))?
203
+
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/code_formatting.md))?
204
204
- Have you resolved all issues flagged by ESLint and the spell checker (no wavy red and green underlines in VSCode)?
205
205
206
206
If the answer is 'yes' to all preceding questions you are ready to follow these instructions:
0 commit comments