https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 12375f822667aac9cd0be1ad500c1f40e783d2fd authored by Julien Cristau on 16 August 2019, 07:55:03 UTC
No bug - bump version number to 68.0.3. a=release DONTBUILD
Tip revision: 12375f8
.eslintrc.js
"use strict";

module.exports = {
  "rules": {
    // SpiderMonkey's style doesn't match any of the possible options.
    "brace-style": "off",
  }
};
back to top