We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考: 设置编辑器 · Create React App 中文文档 Creating a React and TypeScript Project with CRA3 - Carl's Blog
问题不再详细阐述,主要记录下解决办法:
.eslintrc.json
{ "extends": "react-app" }
VSCode
.vscode
setting.json
{ "eslint.validate": [ "javascript", "javascriptreact", { "language": "typescript", "autoFix": true }, { "language": "typescriptreact", "autoFix": true } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题不再详细阐述,主要记录下解决办法:
.eslintrc.json
文件VSCode
,建立.vscode
文件夹,添加setting.json
文件The text was updated successfully, but these errors were encountered: