Chap02 -> Configuring VSCode to lint TypeScript code

Chap02
Jason Zhu 2022-03-22 23:48:44 +11:00
parent b445828692
commit 49fd2391af
1 changed files with 4 additions and 0 deletions

View File

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