mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
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.
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
// eslint-disable-next-line no-unused-vars
|
|
interface SyntaxError {
|
|
decoration?: string
|
|
position?: number
|
|
}
|