diff --git a/lib/elements/dom-module.html b/lib/elements/dom-module.html
index 1ec92aff91..01aad394c8 100644
--- a/lib/elements/dom-module.html
+++ b/lib/elements/dom-module.html
@@ -74,6 +74,7 @@
return null;
}
+ /* eslint-disable no-unused-vars */
/**
* @param {string} name Name of attribute.
* @param {?string} old Old value of attribute.
@@ -86,6 +87,7 @@
this.register();
}
}
+ /* eslint-enable no-unused-args */
/**
* The absolute URL of the original location of this `dom-module`.