Lint staged now runs on worker
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user