Skip to content

Commit

Permalink
Chore: fix remaining eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jessechen committed Oct 10, 2022
1 parent c7eb47e commit 3b7ebe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
"Honeybadger": false,
"DD_RUM": false,
"mountWithConnectedSubcomponents": false,
"ASSET_DOMAIN": false,
},
"extends": "airbnb",
"parserOptions": {
Expand Down
5 changes: 4 additions & 1 deletion web/static/js/components/stage_change_info_groups_voting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ export default () => (
<strong>Guidance:</strong>
<div className="ui basic segment">
<ul className="ui list">
<li>Apply votes to the items you feel are <strong>most important</strong> for the team to discuss.</li>
<li>
Apply votes to the items you feel are <strong>most important</strong>
for the team to discuss.
</li>
<li>
Multiple votes can be supplied to a single item.
</li>
Expand Down

0 comments on commit 3b7ebe3

Please sign in to comment.