<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Over the last couple of weeks we landed a couple of ESLint
      updates which support new features and fix a few issues.</p>
    <p>Here's a quick summary:</p>
    <ul>
      <li><a moz-do-not-send="true"
href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/BigInt">BigInt</a>
        is now supported.</li>
      <li>For globals defined via <tt>/* global foo */</tt> statements
        but which are unused, we now throw an error.</li>
      <li>If you use <tt>--fix</tt> across the whole tree, it should
        now work in one-shot for all supported files.</li>
      <ul>
        <li>Previously you'd need to run it on multiple directories
          (e.g. services, toolkit - anything after 'js' in the
          alphabet).</li>
      </ul>
      <li><a rel="nofollow" class="external text"
          href="https://eslint.org/docs/rules/no-async-promise-executor">no-async-promise-executor</a>
        is a new rule which aims to avoid issues with having
        asynchronous functions within new Promise().</li>
    </ul>
    <p>Mark<br>
    </p>
  </body>
</html>