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.
test_rule_default_matches_from_configuration_null
1 parent 0db34ab commit 6a67f02Copy full SHA for 6a67f02
crates/oxc_linter/tests/rule_configuration_test.rs
@@ -25,7 +25,6 @@ fn test_rule_default_matches_from_configuration_null() {
25
// 1. The Default implementation returns the same values as from_configuration(null), or
26
// 2. The from_configuration method is updated to return Default::default() when given null
27
let exceptions = [
28
- "typescript/no-this-alias",
29
"unicorn/prefer-object-from-entries",
30
"unicorn/prefer-structured-clone",
31
];
0 commit comments