fix(ci): align Oxlint suppression formatting (#40934)

This commit is contained in:
yyh 2026-08-18 09:41:48 +00:00 committed by GitHub
parent fe41e80f33
commit 45e2d81be4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,3 +37,7 @@ indent_size = 2
[package.json]
indent_style = space
indent_size = 2
# Oxlint writes its generated suppression baseline without a final newline.
[oxlint-suppressions.json]
insert_final_newline = false