diff --git a/package.json b/package.json index 11680876a..65a89bbd9 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 ." + "lint": "eslint --color ." } }