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/deinflector.test.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/deinflector.test.js') diff --git a/test/deinflector.test.js b/test/deinflector.test.js index bd538428..adb347f1 100644 --- a/test/deinflector.test.js +++ b/test/deinflector.test.js @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +/* eslint-disable no-multi-spaces */ + import fs from 'fs'; import {fileURLToPath} from 'node:url'; import path from 'path'; -- cgit v1.2.3