Skip to content

Commit

Permalink
Update crates/biome_css_analyze/src/lint/nursery/no_css_empty_block.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Apr 19, 2024
1 parent d1d4206 commit d390719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ declare_rule! {
/// {
/// "noCssEmptyBlock": {
/// "options": {
/// "allow_comments": false
/// "allowComments": false
/// }
/// }
/// }
Expand Down

0 comments on commit d390719

Please sign in to comment.