summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-08 20:27:07 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 20:20:36 +0100
commit7864b5bdb41c4d3724ec55c0f63a5c00a05004de (patch)
treec42e65b102b17da430828547b93c8902e1903892
parentf9e6e78c5f1641d27a570611d25e27d31c2a3876 (diff)
added more eslint dependencies; fixed linting errors; builds sucessfully now
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
-rw-r--r--package.json3
-rw-r--r--src/App.vue3
2 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index fe75b21f9..2048ec816 100644
--- a/package.json
+++ b/package.json
@@ -39,8 +39,11 @@
"homepage": "https://github.com/nextcloud/news",
"devDependencies": {
"@babel/core": "^7.11.1",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/preset-env": "^7.11.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.4.0",
+ "babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.1",
"eslint": "^7.6.0",
diff --git a/src/App.vue b/src/App.vue
index 8ed32a48f..987394174 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,4 +1,3 @@
<template>
- <div id="content" class="app-news">
- </div>
+ <div id="content" class="app-news" />
</template>