After updating "prettier" pre-commit hook to "v3.0.0-alpha.0" PhantomJS started to fail parsing the javascript source due new trailing commas, the command line option --trailing-comma=none will avoid that.
We need:
- Update the selenium web driver user to run tests (chromiun?);
- or find out how to pass the trailing-comma flag via pre-commit hook;
- or keep living using "prettier 2.7.1";
The trailing-comma option is being passed using the .prettierrc file.
Updating is relevant because newer qt support more recent javascript syntax support that can't be properly used because PhantomJS does not support it.