diff options
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webpack.common.js b/webpack.common.js index ce4d462b86f..de0aeaacfc8 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -72,13 +72,6 @@ module.exports = [] // no checks against vendors, modules or handlebar compiled files exclude: /node_modules|vendor|templates\.js/, enforce: 'pre', - options: { - // we cannot simply use the eslint binary as we - // don't want to parse all the js files so let's - // use it from within webpack and only check - // against our compiled files - fix: process.env.ESLINT_FIX === 'true', - }, }, { test: /\.vue$/, |