revert(engine262): undo Biome formatting changes from b6dbcfe

Restore original formatting in engine262 folder:
- unicode.d.ts: revert to 4-space indentation, single quotes
- syntax-error.d.ts: revert to 4-space indentation, remove semicolons

Biome should not format files in engine262/ as it's excluded in biome.json.
This commit is contained in:
2026-04-06 15:25:04 +05:30
parent 3b420b896b
commit 957ae8e8e6
2 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// eslint-disable-next-line no-unused-vars
interface SyntaxError {
decoration?: string;
position?: number;
decoration?: string
position?: number
}