diff --git a/package.json b/package.json index 65a89bbd9..c02444686 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,6 @@ "scripts": { "build": "node esbuild.config.mjs", "start": "node esbuild.config.mjs --watch", - "lint": "eslint --color ." + "lint": "eslint --ignore-pattern .stack/* --color ." } }