ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

Upgrade to standard 14.x so that we get the latest eslint with dynamic imports #232

Closed mercmobily closed 5 years ago

mercmobily commented 5 years ago

ESLint finally has dynamic imports. At the moment, linter-js-standard uses Standard version ^12.0.1. It would be great to upgrade to version 14.x so that we can benefit from the latest improvements in ESlint, and especially dynamic imports.

sonicdoe commented 5 years ago

standard has been upgraded to v14 in https://github.com/ricardofbarros/linter-js-standard/commit/0604e52883e76602747ccab8da891f960d02c4aa which has been released with linter-js-standard v7.0.0.

mercmobily commented 5 years ago

Thanks!