Skip to content

Commit 79a7226

Browse files
committed
Update comment
1 parent 4f5af7c commit 79a7226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function getWorkspaceRelativePath(
88
filePath: string,
99
pathToResolve: string
1010
) {
11-
// In case the user wants to use ~/.prettierrc on Mac
11+
// In case the user wants to use ~/.prettierrc on Mac or Linux
1212
if (
1313
(process.platform === "darwin" || process.platform === "linux") &&
1414
pathToResolve.indexOf("~") === 0 &&

0 commit comments

Comments
 (0)