From ea0e9c20a9d5e28afcd8a8cbbbb5d29b318d7a3a Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:52:59 -0500 Subject: Added ignore file --- .eslintignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintignore (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..cf2289d --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +node_modules +webAO/lib/ +webAO/js \ No newline at end of file -- cgit From 1ded602565d0f87209dc9c5918bae78e6a0aa440 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:55:17 -0500 Subject: Changed rule to correct one --- .eslintignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index cf2289d..2f1e71b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,3 @@ node_modules webAO/lib/ -webAO/js \ No newline at end of file +webAO/golden/ \ No newline at end of file -- cgit