mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
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
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>
10 lines
285 B
JSON
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"]
|
|
}
|