From 9d21f6ba7c7316fde2a5b07148ad3f15865a4e4f Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 7 Jan 2021 12:53:20 -0800 Subject: [PATCH] lint fix --- test/lib/ci.js | 2 +- test/lib/install.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/ci.js b/test/lib/ci.js index c8d8e169e9b7c..b1fba2ab12b29 100644 --- a/test/lib/ci.js +++ b/test/lib/ci.js @@ -16,7 +16,7 @@ test('should ignore scripts with --ignore-scripts', (t) => { prefix: 'foo', flatOptions: { global: false, - ignoreScripts: true + ignoreScripts: true, }, config: { get: () => false, diff --git a/test/lib/install.js b/test/lib/install.js index d94c9b5f1477f..177952b9e9d66 100644 --- a/test/lib/install.js +++ b/test/lib/install.js @@ -82,7 +82,7 @@ test('should ignore scripts with --ignore-scripts', (t) => { prefix: 'foo', flatOptions: { global: false, - ignoreScripts: true + ignoreScripts: true, }, config: { get: () => false,