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 9625434 commit ccefb0fCopy full SHA for ccefb0f
crates/oxc_linter/tests/rule_configuration_test.rs
@@ -24,10 +24,7 @@ fn test_rule_default_matches_from_configuration_null() {
24
// When fixing a rule, ensure that either:
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
- "unicorn/prefer-object-from-entries",
29
- "unicorn/prefer-structured-clone",
30
- ];
+ let exceptions = ["unicorn/prefer-object-from-entries", "unicorn/prefer-structured-clone"];
31
32
// Iterate through all available linter rules
33
for rule in RULES.iter() {
0 commit comments