diff --git a/core/.eslintrc.passing.json b/core/.eslintrc.passing.json
index 091fd433dcb3d5d16171a0a80e910cf0c0242820..ad6571d30e52d218f00d8a6c0fc7d20d719d116e 100644
--- a/core/.eslintrc.passing.json
+++ b/core/.eslintrc.passing.json
@@ -11,7 +11,6 @@
     "prefer-destructuring": "off",
     "object-curly-newline": "off",
     "operator-linebreak": "off",
-    "no-empty": "off",
     "no-else-return": "off",
     "no-restricted-globals": "off",
     "react/no-this-in-sfc": "off",
diff --git a/core/modules/quickedit/js/views/AppView.es6.js b/core/modules/quickedit/js/views/AppView.es6.js
index abd8fef6d0ea0de5642796a4b6933e026b512c24..fed6396c0e30238476e13c8a426168e84657075f 100644
--- a/core/modules/quickedit/js/views/AppView.es6.js
+++ b/core/modules/quickedit/js/views/AppView.es6.js
@@ -520,9 +520,8 @@
         // different view mode).
         .where({ logicalFieldID: updatedField.get('logicalFieldID') })
         .forEach((field) => {
-          // Ignore the field that was already updated.
           if (field === updatedField) {
-
+            // Ignore the field that was already updated.
           }
           // If this other instance of the field has the same view mode, we can
           // update it easily.