diff --git a/eslint.config.js b/eslint.config.js index 932aa3da5..beeef45e0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -20,5 +20,8 @@ export default tseslint.config( rules: { // add rule overrides here } + }, + { + ignores: ["build/*", "dist/*", "src/public/app-dist/*"] } );