From e1d5095d75c5778208b4f3318542221b31967442 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Tue, 4 Jan 2022 16:01:53 +0800 Subject: [PATCH] build: update eslint rules --- package.json | 10 +------- src/views/dashboard/graphs/EndpointList.vue | 27 ++------------------- src/views/dashboard/graphs/InstanceList.vue | 27 ++------------------- 3 files changed, 5 insertions(+), 59 deletions(-) diff --git a/package.json b/package.json index 6a8497d9..321781e7 100644 --- a/package.json +++ b/package.json @@ -76,15 +76,7 @@ "ecmaVersion": 2020 }, "rules": { - "@typescript-eslint/no-explicit-any": "off", - "vue/attributes-order": "off", - "vue/one-component-per-file": "off", - "vue/html-closing-bracket-newline": "off", - "vue/max-attributes-per-line": "off", - "vue/multiline-html-element-content-newline": "off", - "vue/singleline-html-element-content-newline": "off", - "vue/attribute-hyphenation": "off", - "vue/require-default-prop": "off" + "@typescript-eslint/no-explicit-any": "off" }, "overrides": [ { diff --git a/src/views/dashboard/graphs/EndpointList.vue b/src/views/dashboard/graphs/EndpointList.vue index 4c34fc9c..058d6869 100644 --- a/src/views/dashboard/graphs/EndpointList.vue +++ b/src/views/dashboard/graphs/EndpointList.vue @@ -13,9 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> diff --git a/src/views/dashboard/graphs/InstanceList.vue b/src/views/dashboard/graphs/InstanceList.vue index 4c34fc9c..8d321b72 100644 --- a/src/views/dashboard/graphs/InstanceList.vue +++ b/src/views/dashboard/graphs/InstanceList.vue @@ -13,9 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->