diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-17 08:19:11 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-17 13:03:38 +0100 |
commit | fb183b457c2befbc3ab04b0cb070aa1e300443c6 (patch) | |
tree | bc440046f2484084b0e580181200864f0af5a294 /webpack.common.js | |
parent | ccaa131e96fabb0e24ab6596d96de69411e7d955 (diff) | |
download | nextcloud-server-fb183b457c2befbc3ab04b0cb070aa1e300443c6.tar.gz nextcloud-server-fb183b457c2befbc3ab04b0cb070aa1e300443c6.zip |
Add eslint testing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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$/, |