Also - does anyone know why certain es6 convention...
# suitescript
n
Also - does anyone know why certain es6 conventions still do not seem to be allowed in SuiteScript (in a sandbox that's on 2019.2):
prefer-template
and
no-var
to be specific (using backtick leads to an "illegal character" message and using "let" leads to a different error)