Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fireairforce committed Sep 19, 2024
1 parent 8958184 commit 905b346
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 124 deletions.
4 changes: 2 additions & 2 deletions crates/biome_js_analyze/src/lint/nursery/no_octal_escape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ impl Rule for NoOctalEscape {
},
)
.note(markup! {
"Don't use octal: " {text}
"Don't use octal escape sequences: " {text}
})
.note(markup! {
"Use '\\u...'(unicode) instead."
"Use unicode or hexidecimal escape sequences instead."
}),
)
}
Expand Down
Loading

0 comments on commit 905b346

Please sign in to comment.