ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

JavaScript parser is old #81

Closed TrevorKarjanis closed 2 years ago

TrevorKarjanis commented 2 years ago

The ESLint documentation states that the default ECMA version is 3. That seems pretty old. We should consider setting the JS configuration to 2015 or 2017. TypeScript seems to use 2018, but it will transpile based on configured browser compatibility.

TrevorKarjanis commented 2 years ago

This is defined in eslint-config-airbnb-base as ECMA 2018.