Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 10:19:11 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 15:03:38 +0300
commitfb183b457c2befbc3ab04b0cb070aa1e300443c6 (patch)
treebc440046f2484084b0e580181200864f0af5a294 /webpack.common.js
parentccaa131e96fabb0e24ab6596d96de69411e7d955 (diff)
Add eslint testing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js7
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$/,