- replace all variable declarations using 'var' by 'const' or 'let' - replace es5 function declaration by arrow function where applicable
- replace all variable declarations using 'var' by 'const' or 'let' - replace es5 function declaration by arrow function where applicable