-
Notifications
You must be signed in to change notification settings - Fork 7
Install and configure eslint #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
add support for js in vue add prettier as eslint rule
| console.log('Requirement ID | Test Procedures | Status'); | ||
| console.log('--- | --- | --- '); | ||
| _.each(sortedRequirements, function (requirement) { | ||
| var procedureCount = requirement.procedures.length; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we even use this file anymore? should we just axe it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably. can create a maintenance ticket to prune unnecessary files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jvigliotta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Nice work. Have a couple questions and one change.
|
|
@jvigliotta addressed comments and made a couple more commits that need re-review |
jvigliotta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!



Closes #270