Chap02 -> Configuring VSCode to lint TypeScript code

This commit is contained in:
Jason Zhu 2022-03-22 23:48:44 +11:00
parent b445828692
commit 49fd2391af

View File

@ -0,0 +1,4 @@
{
"extends": "react-app",
"rules": {}
}