From 657a64781387256081aaf3b69c1b1e932dc4dbb8 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Sat, 23 Apr 2022 11:12:35 +0000 Subject: [PATCH] ESLINT 2 --- web/.eslintrc.js | 2 ++ web/src/components/TransactionRow.vue | 4 ++-- web/src/pages/Account.vue | 2 +- web/src/pages/AllAccounts.vue | 2 +- web/src/pages/BudgetSidebar.vue | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/web/.eslintrc.js b/web/.eslintrc.js index fa71bf5..3aa8946 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -9,6 +9,8 @@ module.exports = { // override/add rules settings here, such as: 'vue/max-attributes-per-line': 'off', 'vue/singleline-html-element-content-newline': 'off', + 'vue/first-attribute-linebreak': 'off', + 'vue/html-closing-bracket-newline': 'off', // 'vue/no-unused-vars': 'error' }, parser: "vue-eslint-parser", diff --git a/web/src/components/TransactionRow.vue b/web/src/components/TransactionRow.vue index 84b1bc1..0ebebd5 100644 --- a/web/src/components/TransactionRow.vue +++ b/web/src/components/TransactionRow.vue @@ -42,7 +42,7 @@ function getStatusSymbol() { {{ formatDate(TX.Date) }} - + {{ TX.Account }} @@ -75,7 +75,7 @@ function getStatusSymbol() { diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index 7d43cc0..1371129 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -131,7 +131,7 @@ function createReconcilationTransaction() { :budgetid="budgetid" :accountid="accountid" /> -