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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-01-02 10:16:32 +0300
committerdartcafe <github@dartcafe.de>2019-01-02 10:16:32 +0300
commit0c54bca405dbc0d8fc14845b161ac349b93cf335 (patch)
tree3582d823d3d78f5e4472cf84475a0809d033fde0 /webpack.common.js
parentb91459fbef8ffc0ab3ce667be602b09b0c4b1edd (diff)
Trying to get scrutinizer quiet
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 8af8e7f0..7010e6cb 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -1,3 +1,4 @@
+/*jshint esversion: 6*/
const path = require('path');
const { VueLoaderPlugin } = require('vue-loader');