From 6bf7b0055765c4f2011c9614753d6714dc09be65 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 14 Feb 2024 22:26:29 -0500 Subject: Eslint rule updates (#673) * Install unicorn * Add rules * Fix issues * Install sonarjs * Set up rules * Fix issues * Install eslint-plugin-import and fix import extensions * Simplify permitted error names --- test/data/html/js/html-test-utilities.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/data/html') diff --git a/test/data/html/js/html-test-utilities.js b/test/data/html/js/html-test-utilities.js index b72b7fca..c3382456 100644 --- a/test/data/html/js/html-test-utilities.js +++ b/test/data/html/js/html-test-utilities.js @@ -16,6 +16,10 @@ * along with this program. If not, see . */ +/** + * This is a static class because this file is not imported as a module. + */ +// eslint-disable-next-line unicorn/no-static-only-class class HtmlTestUtilities { /** * @param {Element} element -- cgit v1.2.3