chore: 更新 ESLint 配置文件,启用 JSX
This commit is contained in:
@@ -5,6 +5,9 @@ module.exports = {
|
||||
'plugin:vue/vue3-essential',
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
ecmaVersion: 'latest',
|
||||
},
|
||||
root: true,
|
||||
|
Reference in New Issue
Block a user