From 31e20c889e467aa4ba64b0b5baf602adc1359371 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 20 May 2022 10:28:38 -0400 Subject: ESlint JSdoc (#2148) * Install eslint-plugin-jsdoc * Initial rules setup * Update lists * Use @returns rather than @return * Remove error throwing code which is never executed * Fix issues relating to @throws * General error fixes * Update Display type documentation * Various doc fixes * Fix invalid tuple syntax * Doc updates * Remove unused * Doc updates * Enable jsdoc/require-returns * Update rules * Update remaining rules --- test/test-jsdom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test-jsdom.js b/test/test-jsdom.js index c97a3d97..a56a579e 100644 --- a/test/test-jsdom.js +++ b/test/test-jsdom.js @@ -20,8 +20,8 @@ const {testMain} = require('../dev/util'); /** * This function tests the following bug: - * * https://github.com/jsdom/jsdom/issues/3211 - * * https://github.com/dperini/nwsapi/issues/48 + * - https://github.com/jsdom/jsdom/issues/3211 + * - https://github.com/dperini/nwsapi/issues/48 */ function testJSDOMSelectorBug() { // nwsapi is used by JSDOM -- cgit v1.2.3