From cacab55f55de75a3acd0e78776758a65e2ebae46 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Tue, 2 Nov 2021 21:51:53 +0100 Subject: [PATCH] refactor: minor changes to support eslint-plugin-vue 8 --- .eslintrc | 8 +++++--- package.json | 4 ++-- src/renderer/components/FakerSelect.vue | 2 +- src/renderer/components/WorkspaceTabQueryTable.vue | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.eslintrc b/.eslintrc index 5c86654c..54031e45 100644 --- a/.eslintrc +++ b/.eslintrc @@ -45,6 +45,7 @@ "no-console": "off", "no-undef": "off", "vue/no-side-effects-in-computed-properties": "off", + "vue/multi-word-component-names": "off", "vue/require-default-prop": "off", "vue/comment-directive": "off", "vue/no-v-html": "off", @@ -61,10 +62,11 @@ "vue/max-attributes-per-line": [ "error", { - "singleline": 2, + "singleline": { + "max": 2 + }, "multiline": { - "max": 1, - "allowFirstLine": false + "max": 1 } } ] diff --git a/package.json b/package.json index 615bb657..4ef26c5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "antares", "productName": "Antares", "version": "0.3.8", - "description": "A cross-platform easy to use SQL client.", + "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/Fabio286/antares.git", "scripts": { @@ -160,4 +160,4 @@ "webpack-cli": "^4.9.1", "webpack-dev-server": "^3.11.2" } -} \ No newline at end of file +} diff --git a/src/renderer/components/FakerSelect.vue b/src/renderer/components/FakerSelect.vue index 53e7a6b9..fc1627b0 100644 --- a/src/renderer/components/FakerSelect.vue +++ b/src/renderer/components/FakerSelect.vue @@ -89,7 +89,7 @@ :type="inputProps().type" :disabled="!isChecked" > -