mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-29 19:15:39 +00:00
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com> Co-authored-by: eigent-ai <camel@eigent.ai> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
10 lines
288 B
JSON
10 lines
288 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,md}": ["prettier --write"],
|
|
"*.py": ["node licenses/update_license.js"]
|
|
}
|