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 e3be19c commit 8217bd0Copy full SHA for 8217bd0
apps/oxlint/src/lint.rs
@@ -1419,8 +1419,6 @@ mod test {
1419
// Test that rule options are correctly passed to tsgolint
1420
// See: https://github.com/oxc-project/oxc/issues/16182
1421
let args = &["--type-aware"];
1422
- Tester::new()
1423
- .with_cwd("fixtures/tsgolint_rule_options".into())
1424
- .test_and_snapshot(args);
+ Tester::new().with_cwd("fixtures/tsgolint_rule_options".into()).test_and_snapshot(args);
1425
}
1426
0 commit comments