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" /> -