Stuck in a loop with extension review policy

This is my HTML header

<head>
  <title>Viewer Page</title>
  <script rel="preload" src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
  <script src="jquery-3.3.1.min.js"></script>
  <script src="viewer.js" type="text/javascript"></script>
</head>

Rejected 2.9

This is my other rejection.

<head>
  <title>Viewer Page</title>
  <script rel="preload" src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
  <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
  <script src="viewer.js" type="text/javascript"></script>
</head>

Rejected 2.8