Skip to content

Commit

Permalink
fix the eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Apr 26, 2023
1 parent 9ee4f41 commit 98130df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export function activate(context: ExtensionContext) {
sendToTerminal(`mix format ${relativePath}`);
} else if (isJSFile(filePath)) {
// TODO: Support npm
sendToTerminal(`yarn eslint . --color --fix ${relativePath}`);
sendToTerminal(`yarn eslint --color --fix ${relativePath}`);
}
}
}
Expand Down

0 comments on commit 98130df

Please sign in to comment.