mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter/no_unescaped_entities): demote to pedantic (#1110)
The code is not wrong
This commit is contained in:
parent
4975440e1b
commit
cf1265453b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ declare_oxc_lint!(
|
|||
/// <div> {'>'} </div>
|
||||
/// ```
|
||||
NoUnescapedEntities,
|
||||
correctness
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for NoUnescapedEntities {
|
||||
|
|
|
|||
Loading…
Reference in a new issue