browser/components/pagedata/.eslintrc.mjs
author Lando <lando@lando.test>
Fri, 11 Jul 2025 04:32:24 +0000 (3 hours ago)
changeset 796014 f14d1c1492bc6791542a001365abbca4bd9b28db
parent 788888 30bb0943828a49d40a5c45e6bbcc6e78ecfe940d
permissions -rw-r--r--
Merge autoland to mozilla-central
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

export default [
  {
    rules: {
      "mozilla/var-only-at-top-level": "error",
      "no-unused-expressions": "error",
    },
  },
];