diff --git a/.eslintrc.tests.json b/.eslintrc.tests.json index f04493a627..509c7a0444 100644 --- a/.eslintrc.tests.json +++ b/.eslintrc.tests.json @@ -10,7 +10,6 @@ "rules": { "import/no-amd": 0, "global-require": 0, - "keyword-spacing": 0, "no-bitwise": 0, "func-call-spacing": 0, "max-len": 0, diff --git a/tests/javascript/newsletter_editor/blocks/button.spec.js b/tests/javascript/newsletter_editor/blocks/button.spec.js index 1bd5183291..f38194dd3c 100644 --- a/tests/javascript/newsletter_editor/blocks/button.spec.js +++ b/tests/javascript/newsletter_editor/blocks/button.spec.js @@ -20,7 +20,7 @@ define([ }); afterEach(function () { - if(EditorApplication.getChannel) { + if (EditorApplication.getChannel) { delete EditorApplication.getChannel; } });