diff --git a/package.json b/package.json index 39bb743..9878598 100644 --- a/package.json +++ b/package.json @@ -119,6 +119,10 @@ "eslint --flag unstable_native_nodejs_ts_config --fix --no-warn-ignored --config apps/expo/eslint.config.mts", "prettier --write" ], + "apps/agent-worker/**/*.{ts,tsx}": [ + "eslint --flag unstable_native_nodejs_ts_config --fix --no-warn-ignored --config apps/expo/eslint.config.mts", + "prettier --write" + ], "packages/backend/**/*.{ts,tsx}": [ "eslint --flag unstable_native_nodejs_ts_config --fix --no-warn-ignored --config packages/backend/eslint.config.ts", "prettier --write"