Commit eeee88b9 authored by brizental's avatar brizental Committed by henry
Browse files

fixup! Add CI for Base Browser

Filed a review ticket #44402

Turned a linter rule back to warning for now.
parent 5257e0bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ let config = [
    ignores: ["toolkit/**/test/**", "toolkit/**/tests/**"],
    plugins: { mozilla },
    rules: {
      "mozilla/no-browser-refs-in-toolkit": "error",
      "mozilla/no-browser-refs-in-toolkit": "warn",
    },
  },
  {