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 --- ext/js/general/text-source-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/general') diff --git a/ext/js/general/text-source-map.js b/ext/js/general/text-source-map.js index b03f6eb2..cfccf7c9 100644 --- a/ext/js/general/text-source-map.js +++ b/ext/js/general/text-source-map.js @@ -21,7 +21,7 @@ export class TextSourceMap { * @param {string} source * @param {number[]|null} [mapping=null] */ - constructor(source, mapping=null) { + constructor(source, mapping = null) { /** @type {string} */ this._source = source; /** @type {?number[]} */ -- cgit v1.2.3