Is maintaining compatibility with Node 4.x a priority, or could we bump it up to at least Node 6.9 (LTS)?
This would allow us to use the newer ES6 syntax, such as the class construct, const, let, arrow functions, etc. This would also be timely with the upcoming major release.
Furthermore, could we update the linter to allow 2-spaces indents and 100 max line length?
Is maintaining compatibility with Node 4.x a priority, or could we bump it up to at least Node 6.9 (LTS)?
This would allow us to use the newer ES6 syntax, such as the
classconstruct,const,let, arrow functions, etc. This would also be timely with the upcoming major release.Furthermore, could we update the linter to allow 2-spaces indents and 100 max line length?