Skip to content

Commit

Permalink
Applying prettier to large gatsby files - gatsby-node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector authored Dec 18, 2024
1 parent 67aaf2a commit 4ca4107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,5 +647,5 @@ exports.onPreBootstrap = () => {
fs.copySync(scriptsCopyFrom, scriptsCopyTo)
}

/* todo should there be an error thrown if a release note category is set that is not allowed */
/* todo, infer published date from file name. And throw an error if there are files that don't follow the pattern. */
/* todo Should there be an error thrown if a release note category is set that is not allowed? */
/* todo, Infer published date from file name. And throw an error if there are files that don't follow the pattern. */

0 comments on commit 4ca4107

Please sign in to comment.