eigent/.lintstagedrc.json
Puzhen Zhang e25a9d953d
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
feat: browser_external_cdp (#696)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
2026-02-24 00:18:08 +08:00

10 lines
285 B
JSON

{
"*.{ts,tsx}": [
"eslint --fix --no-warn-ignored",
"prettier --write",
"node licenses/update_license.js"
],
"*.{js,jsx}": ["eslint --fix --no-warn-ignored", "prettier --write"],
"*.{json,css}": ["prettier --write"],
"*.py": ["node licenses/update_license.js"]
}