diff options
Diffstat (limited to 'test/options-util.test.js')
-rw-r--r-- | test/options-util.test.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/options-util.test.js b/test/options-util.test.js index 7845d759..f2ffa36c 100644 --- a/test/options-util.test.js +++ b/test/options-util.test.js @@ -16,6 +16,8 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +/* eslint-disable no-multi-spaces */ + import fs from 'fs'; import url, {fileURLToPath} from 'node:url'; import path from 'path'; |