diff --git a/.eslintrc.js b/.eslintrc.js index 221c4d85..e6ac97b1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,7 +8,7 @@ module.exports = { 'plugin:vue/vue3-essential' ], 'rules': { - "vue/multi-word-component-names": "off", - "vue/no-use-v-if-with-v-for": "off" + 'vue/multi-word-component-names': 'off', + 'vue/no-use-v-if-with-v-for': 'off' } } diff --git a/src/components/mobile/DateTimeSelectionSheet.vue b/src/components/mobile/DateTimeSelectionSheet.vue index 2c3825b3..1e5fc9a4 100644 --- a/src/components/mobile/DateTimeSelectionSheet.vue +++ b/src/components/mobile/DateTimeSelectionSheet.vue @@ -11,22 +11,22 @@ - + - + diff --git a/src/components/mobile/InformationSheet.vue b/src/components/mobile/InformationSheet.vue index 71c7f020..428e6cc7 100644 --- a/src/components/mobile/InformationSheet.vue +++ b/src/components/mobile/InformationSheet.vue @@ -15,7 +15,7 @@ v-if="enableCopy" >

- +
diff --git a/src/components/mobile/TransactionTagSelectionSheet.vue b/src/components/mobile/TransactionTagSelectionSheet.vue index b3a1bc24..f30b74fd 100644 --- a/src/components/mobile/TransactionTagSelectionSheet.vue +++ b/src/components/mobile/TransactionTagSelectionSheet.vue @@ -17,12 +17,12 @@