summaryrefslogtreecommitdiff
path: root/platform/javascript/.eslintrc.js
AgeCommit message (Collapse)Author
2021-09-29HTML5: Fix minification error with Emscripten 1.39.9RĂ©mi Verschelde
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.
2020-11-23[HTML5] Enforce JavaScript style with eslint.Fabio Alessandrelli
Applies to javascript files inside the platform library folder, the exposed Engine code, and any javascript files in modules. Files ending with ".externs.js" will be ignored, you can create a ".eslintignore" file to specify extra files to be ignored.