From ece3f457755de3a50b747605b473190292f5ee97 Mon Sep 17 00:00:00 2001 From: "gary.fu" Date: Wed, 10 Jan 2024 10:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index b6c410f..d175372 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,10 +9,10 @@ module.exports = { '@vue/eslint-config-standard', 'plugin:@typescript-eslint/recommended' ], - parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], parserOptions: { - ecmaVersion: 'latest' + ecmaVersion: 'latest', + parser: '@typescript-eslint/parser' }, rules: { 'vue/multi-word-component-names': 'off',