From 83922dcc50674e981262013ec61ffa20b3dd395d Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 8 Jan 2024 00:58:31 +0800 Subject: [PATCH] chore: update eslint config --- eslint.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index f3e6261e..eeeba664 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -11,6 +11,8 @@ export default config({ __VUE_OPTIONS_API__: 'readonly', __VUE_PROD_DEVTOOLS__: 'readonly', }, +}, { + files: ['**/*.vue'], rules: { 'vue/no-v-text-v-html-on-component': 'off', },