From b249627434d3a94420ac4d98c3ce720767e57b43 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 16 Dec 2023 20:04:56 -0500 Subject: Update eslint spacing rules (#366) * Add space-infix-ops rule * Add no-multi-spaces --------- Co-authored-by: Darius Jahandarie --- test/data/html/test-document2-script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/html') diff --git a/test/data/html/test-document2-script.js b/test/data/html/test-document2-script.js index f6082802..d8e1278d 100644 --- a/test/data/html/test-document2-script.js +++ b/test/data/html/test-document2-script.js @@ -87,7 +87,7 @@ function toggleFullscreen(element) { * @param {HTMLElement|DocumentFragment} container * @param {?Element} [fullscreenElement] */ -function setup(container, fullscreenElement=null) { +function setup(container, fullscreenElement = null) { const fullscreenLink = container.querySelector('.fullscreen-link'); if (fullscreenLink !== null) { if (fullscreenElement === null) { -- cgit v1.2.3