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 198243b commit 8314ed5Copy full SHA for 8314ed5
crates/oxc_linter/src/tsgolint.rs
@@ -22,7 +22,7 @@ use crate::{
22
/// State required to initialize the `tsgolint` linter.
23
#[derive(Debug, Clone)]
24
pub struct TsGoLintState {
25
- /// 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).
26
executable_path: PathBuf,
27
/// Current working directory, used for rendering paths in diagnostics.
28
cwd: PathBuf,
0 commit comments