Skip to content

Commit

Permalink
Merge pull request #87 from waterloo-rocketry/Elizabeth/disable-eslin…
Browse files Browse the repository at this point in the history
…t-maxlen-error-for-docs

Update Documentation.jsx to ignore maxlen errors
  • Loading branch information
Lucifersan authored Sep 23, 2024
2 parents 63616fb + 4f77362 commit 9ee69a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/Documentation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const Documentation = () => {
<a href="https://docs.waterloorocketry.com/" target="_blank" rel="noreferrer">docs.waterloorocketry.com</a>
</Content>
<Content title="Competition Reports">
/* eslint-disable max-len */
<ul className="competition-reports-link-list">
<li>
2024 Launch Canada (Borealis) |
Expand Down Expand Up @@ -91,6 +92,7 @@ const Documentation = () => {
</ul>
</Content>
<Content title="Work Term Reports">
/* eslint-disable max-len */
<ul className="competition-reports-link-list">
<li>
Increasing Rocket Apogee by 23% Through Iterative Design - Joel Godard (Jan 2024) |
Expand Down

0 comments on commit 9ee69a6

Please sign in to comment.