前端: 添加ESLint配置

This commit is contained in:
Frontend Developer 2026-03-10 09:43:13 +00:00
parent 1c8ac463f3
commit c65eede21f

6
frontend/.eslintrc.json Normal file
View File

@ -0,0 +1,6 @@
{
"extends": ["react-app"],
"rules": {
"no-unused-vars": "warn"
}
}