neutrino
neutrino copied to clipboard
Switch from eslint-loader to eslint-webpack-plugin
Recent Travis runs are showing:
npm WARN deprecated [email protected]: This loader has been deprecated. Please use eslint-webpack-plugin
It appears that eslint-loader has been deprecated in favour of eslint-webpack-plugin: https://github.com/webpack-contrib/eslint-loader#warning-deprecated https://github.com/webpack-contrib/eslint-webpack-plugin
Sounds like we should switch in Neutrino 10.
I would assign this to myself with a pleasure.
Actually it doesn't require upgrading major version as there no actions from consumer side required. Am I right?
Users could be passing custom options into the loader (via .neutrinorc.js
customisation), and the new plugin supports different options. As such it's unfortunately a breaking change.
You convinced me