From 781ea63b37190e67621efdd1cfd62ebf09b56cd4 Mon Sep 17 00:00:00 2001 From: aboudjem Date: Thu, 7 Sep 2023 18:41:50 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20=F0=9F=94=A7=20add=20eslintignor?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 000000000..bc013db12 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,14 @@ +# Ignore node_modules in the root and in all packages +**/node_modules/ + +# Ignore build or dist directories +**/dist/ +**/build/ +**/coverage/ + +# Ignore any auto-generated files +**/typechain/ + +# Ignore any config files +*.config.js +*.config.ts \ No newline at end of file