chore: 更新 ESLint 配置文件,启用 JSX

This commit is contained in:
2024-08-31 22:13:39 +08:00
parent b76dc08395
commit a2432376c2

View File

@@ -5,6 +5,9 @@ module.exports = {
'plugin:vue/vue3-essential',
],
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 'latest',
},
root: true,