We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5af7c commit 79a7226Copy full SHA for 79a7226
1 file changed
src/util.ts
@@ -8,7 +8,7 @@ export function getWorkspaceRelativePath(
8
filePath: string,
9
pathToResolve: string
10
) {
11
- // In case the user wants to use ~/.prettierrc on Mac
+ // In case the user wants to use ~/.prettierrc on Mac or Linux
12
if (
13
(process.platform === "darwin" || process.platform === "linux") &&
14
pathToResolve.indexOf("~") === 0 &&
0 commit comments