chore(linter/no_unescaped_entities): demote to pedantic (#1110)

The code is not wrong
This commit is contained in:
Boshen 2023-10-30 17:30:32 +08:00 committed by GitHub
parent 4975440e1b
commit cf1265453b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ declare_oxc_lint!(
/// <div> {'>'} </div>
/// ```
NoUnescapedEntities,
correctness
pedantic
);
impl Rule for NoUnescapedEntities {