From 49fd2391af1c5f1d51b173f67714233cb4f667f2 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Tue, 22 Mar 2022 23:48:44 +1100 Subject: [PATCH] Chap02 -> Configuring VSCode to lint TypeScript code --- QandA/frontend/.eslintrc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 QandA/frontend/.eslintrc.json diff --git a/QandA/frontend/.eslintrc.json b/QandA/frontend/.eslintrc.json new file mode 100644 index 0000000..a7aae1a --- /dev/null +++ b/QandA/frontend/.eslintrc.json @@ -0,0 +1,4 @@ +{ + "extends": "react-app", + "rules": {} +} \ No newline at end of file