diff --git a/package.json b/package.json index 6dae5b4df29f..442f813ec203 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "prettier --write" ], "./**/*.{ts,tsx}": [ - "yarn lint" + "yarn eslint --fix --max-warnings 0 --cache --cache-strategy content" ], "./packages/stats/{gbstats,tests}/**/*.py": [ "bash -c \"yarn workspace stats lint\" && :"