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