Skip to content

Commit

Permalink
Linting auto fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent 211d838 commit d73cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fe-fpm-writer/src/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export async function getManifestPath(basePath: string, fs: Editor): Promise<str
*
* @param {string} basePath the base path
* @param {Editor} fs the memfs editor instance
* @param {boolean} [validate=true] validate if 'manifest.json' file exists - throw error if file does not exist
* @param {boolean} [validate] validate if 'manifest.json' file exists - throw error if file does not exist
* @returns {Manifest | undefined} The content and path of the manifest
*/
export async function getManifest(basePath: string, fs: Editor, validate = true): Promise<ManifestData> {
Expand Down

0 comments on commit d73cf39

Please sign in to comment.