After updating the package, eslint stopped working autofix, it finds and emphasizes errors, but does not correct it. I use eslint c webpack 4

rules: [{ test: /\.js$/, use: 'eslint-loader?{fix:true}', exclude: /node_modules/, enforce: 'pre', }, 
  • ... he just stopped making mistakes (c) - NeedHate

1 answer 1

Problem in eslint-loader when upgrading to version 2.1.1

The decision to return to version 2.1.0 and wait for the fix