Bug 1426245 - eslint changes for bookmark-item-added draft
authorDoug Thayer <dothayer@mozilla.com>
Fri, 06 Jul 2018 15:49:51 -0700
changeset 819445 9bb39800bfa65be0cc37b40f14a8fdc8d3321025
parent 817669 e951f4ad123aa87d1d392c286db14cabb41a8560
child 819446 cf1c15b4456d6420ea8f7f63a6eb828441b05119
push id116555
push userbmo:dothayer@mozilla.com
push dateTue, 17 Jul 2018 21:18:18 +0000
bugs1426245
milestone63.0a1
Bug 1426245 - eslint changes for bookmark-item-added MozReview-Commit-ID: CaIVcq5PpEO
tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js
--- a/tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js
+++ b/tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js
@@ -36,16 +36,18 @@ module.exports = {
     // https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/InternalError
     "InternalError": true,
     "KeyEvent": false,
     "MatchGlob": false,
     "MatchPattern": false,
     "MatchPatternSet": false,
     "MenuBoxObject": false,
     // Specific to Firefox (Chrome code only).
+    "PlacesBookmarkAddition": false,
+    "PlacesEvent": false,
     "PlacesObservers": false,
     "PlacesWeakCallbackWrapper": false,
     // Specific to Firefox (Chrome code only).
     "SharedArrayBuffer": false,
     "SimpleGestureEvent": false,
     // Note: StopIteration will likely be removed as part of removing legacy
     // generators, see bug 968038.
     "StopIteration": false,