切换主题
修改 ESLint 配置文件(.eslintrc.js):
.eslintrc.js
"parserOptions": { "ecmaFeatures": { "jsx": true, "modules": true } }