Skip to content

Commit

Permalink
npx eslint src --ext ts --fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Jul 20, 2023
1 parent 65490e7 commit 58ceba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getResourceUri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function getResourceUri(
namespace: string | null | undefined,
resourceName: string | undefined,
documentFormat: string,
action?: string
action?: string,
): Uri {

// determine resource file extension
Expand Down

0 comments on commit 58ceba1

Please sign in to comment.