From 5a23a5e6eafd332273e40e199daffd1511d90e52 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sat, 15 Jan 2022 23:35:05 -0600 Subject: [PATCH] Add ESLint config to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c7d9f6..76a4357 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ userScore config.json .DS_Store update.sh +.eslintrc.json