While dependency injecting a generated constant module, I get the following lint errors/warnings
line 2 col 3 Missing "use strict" statement.
line 2 col 37 Strings must use singlequote.
I'm aware that I can create own template files to avoid these lint entries but I think it would be a good idea if this could work directly.