From 8ed84a3f69fb8577e0fa5a119d6adad2d218a95b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 24 Jul 2019 12:39:11 +0300 Subject: Disable eslint autofix --- vnext/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index e0c6855e..62042731 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -67,7 +67,7 @@ module.exports = (env, argv) => { exclude: /node_modules/, loader: 'eslint-loader', enforce: 'pre', - options: { failOnWarning: false, failOnError: true, fix: true }, + options: { failOnWarning: false, failOnError: true, fix: false }, }, { test: /\.js$/, -- cgit v1.2.3