From a229bc3a066dc57e6497a7922422a7522e876194 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Mon, 18 Feb 2019 18:23:52 +0000 Subject: [PATCH] fix: Add eslint ignore file to root --- .eslintignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000000..2fdf477138 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,6 @@ +**/node_modules/** +client/.cache/** +client/static/** +client/public/** +api-server/public/** +api-server/lib/** \ No newline at end of file