Draft
Conversation
…the correct method information.
…c and moved and renamed the indexPugInteractions.js file to the new folder, and deleted a dependency that was accidentally installed.
jlcarmic
approved these changes
May 1, 2020
Collaborator
jlcarmic
left a comment
There was a problem hiding this comment.
Nice job on this. As we talk about database relationships this week think about how you would add dimensionality to this, it feels flat but doesn't have to be.
Score: 100%
| @@ -0,0 +1,19 @@ | |||
| div(class="left-container") | |||
Collaborator
There was a problem hiding this comment.
This design looks familiar 😂
| "scripts": { | ||
| "dev": "./node_modules/.bin/nodemon index.js", | ||
| "lint": "run lint:pug-lint && run lint:eslint", | ||
| "lint": "run lint:puglint && run lint:eslint", |
Collaborator
There was a problem hiding this comment.
"lint": "npm run lint:puglint && npm run lint:eslint", Someone didn't use this command ![]()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
How did I forget to make this. 🤦