Skip to content

Commit 9f96be7

Browse files
Conaclossiketyan
andauthored
Update crates/biome_js_analyze/src/lint/complexity/use_literal_keys.rs
Co-authored-by: Naoki Ikeguchi <[email protected]>
1 parent 7cd564d commit 9f96be7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/biome_js_analyze/src/lint/complexity/use_literal_keys.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ impl Rule for UseLiteralKeys {
7777
}
7878
};
7979
let value = inner_expression.as_static_value()?;
80-
//let value = value.as_string_constant()?;
8180
match value {
8281
StaticValue::Number(token) => {
8382
if is_computed_member_name {

0 commit comments

Comments
 (0)