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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-04 18:26:46 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-16 08:39:16 +0300
commit15827ddba53b4389ffdb9504a02d32f90b204a96 (patch)
tree2214220534d12c998676c47fb2d4ba3cad5d6620 /webpack.common.js
parenteee488d611f0832ada940a4f871ebd6a4c477d56 (diff)
Convert and fix codestyle issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 72121afe..fa53e94f 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -18,12 +18,12 @@ module.exports = {
},
module: {
rules: [
- /*{
+ {
test: /\.(js|vue)$/,
exclude: /node_modules/,
use: 'eslint-loader',
enforce: 'pre'
- },*/
+ },
{
test: /\.css$/,
use: [