-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Fixes #235 Enforced a frontend linting step to protect PRs #241
Conversation
bccecf6
to
a65f5fd
Compare
This is fine. We might run into an annoying issue where the linter is enforcing accessibility. We can turn that down to warning or off for now and then add accessibility for MVP+ |
Gonna take me a bit to address the existing errors but ill post in the channel when this PR is primed and ready |
d284321
to
a76760c
Compare
src/components/common/Dropdown.jsx
Outdated
</span> | ||
</button> | ||
</div> | ||
<div className="dropdown-menu" id="dropdown-menu" role="menu"> | ||
<div className="dropdown-content"> | ||
<a href="#" className="dropdown-item"> | ||
<button |
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.
This was probably the most strange change but seeing as how this isnt being used yet im sure we can figure out a lint-safe way to do this
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.
pull latest dev, this has been fixed
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.
Merge latest dev and merge it
Actually running linting Addressed all linting errors Removed unused test
a76760c
to
7810808
Compare
Fixes #235