Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 7, 2021
1 parent 73c80fc commit 9d21f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/lib/ci.js
Expand Up @@ -16,7 +16,7 @@ test('should ignore scripts with --ignore-scripts', (t) => {
prefix: 'foo',
flatOptions: {
global: false,
ignoreScripts: true
ignoreScripts: true,
},
config: {
get: () => false,
Expand Down
2 changes: 1 addition & 1 deletion test/lib/install.js
Expand Up @@ -82,7 +82,7 @@ test('should ignore scripts with --ignore-scripts', (t) => {
prefix: 'foo',
flatOptions: {
global: false,
ignoreScripts: true
ignoreScripts: true,
},
config: {
get: () => false,
Expand Down

0 comments on commit 9d21f6b

Please sign in to comment.