前端: 添加ESLint配置
This commit is contained in:
parent
1c8ac463f3
commit
c65eede21f
6
frontend/.eslintrc.json
Normal file
6
frontend/.eslintrc.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"extends": ["react-app"],
|
||||||
|
"rules": {
|
||||||
|
"no-unused-vars": "warn"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user