Skip to content

Commit

Permalink
Make linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hammond authored and Nathan Hammond committed May 11, 2023
1 parent 8a7dd46 commit 72ac0bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cli/internal/fs/testdata/correct/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"cache": false,
"outputMode": "full",
"passThroughEnv": []

},
/* mocked test comment */
"publish": {
Expand Down
3 changes: 1 addition & 2 deletions cli/internal/fs/testdata/passthrough-undefined/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"pipeline": {
"build": {
}
"build": {}
}
}

0 comments on commit 72ac0bc

Please sign in to comment.