Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/tsgolint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::{
/// State required to initialize the `tsgolint` linter.
#[derive(Debug, Clone)]
pub struct TsGoLintState {
/// The path to the `tsgolint` executable (at least our our best guess at it).
/// The path to the `tsgolint` executable (at least our best guess at it).
executable_path: PathBuf,
/// Current working directory, used for rendering paths in diagnostics.
cwd: PathBuf,
Expand Down
Loading