Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 3, 2023
1 parent c8815df commit 36cd13d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/validatePackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ async function run() {

publintResult.forEach((message) => {
failedValidations.push(
`Publint warning: ${pkg.packageDir} ${JSON.stringify(message, null, 2)}`,
`Publint warning: ${pkg.packageDir} ${JSON.stringify(
message,
null,
2,
)}`,
)
})
}),
Expand Down

0 comments on commit 36cd13d

Please sign in to comment.