mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 01:41:38 +00:00
23b51a1708
It used an old vendored version of acorn.js which seems to choke on this trailing comma. This is not a problem for more recent Emscripten versions. We disable the `comma-dangle` check in ESLint to prevent this issue.