From e8cb9e488999bf4e0c849d5406220dbdc2994654 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 10 Mar 2021 12:50:36 +0700 Subject: [PATCH] Add eslint and prettier ignore files --- typescript/.eslintignore | 2 ++ typescript/.prettierignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 typescript/.eslintignore create mode 100644 typescript/.prettierignore diff --git a/typescript/.eslintignore b/typescript/.eslintignore new file mode 100644 index 0000000..227b71f --- /dev/null +++ b/typescript/.eslintignore @@ -0,0 +1,2 @@ +build +coverage \ No newline at end of file diff --git a/typescript/.prettierignore b/typescript/.prettierignore new file mode 100644 index 0000000..227b71f --- /dev/null +++ b/typescript/.prettierignore @@ -0,0 +1,2 @@ +build +coverage \ No newline at end of file