8 Commits

Author SHA1 Message Date
jiaojm
decbb3336e 修改使install.sh脚本兼容DoD,修复一些错误,增加了一些关键位置的截图和超时判断 2025-11-30 09:52:48 +08:00
jiaojm
15a471f247 统一了测试脚本为中文,避免了不必要的麻烦,测试目前已经安装成功的ci的稳定性 2025-11-20 15:06:59 +08:00
jiaojm
446e343eab fix 2025-11-14 09:25:43 +08:00
jiaojm
109fdd8136 fix 2025-11-13 21:13:14 +08:00
jiaojm
6b4feabe81 1 2025-11-12 19:52:09 +08:00
jiaojm
fb1637a0f4 1 2025-11-12 18:18:45 +08:00
jiaojm
4d4faf5103 test scrpit 2025-10-24 11:59:33 +08:00
silverwind
08579d6cbb Add initial typescript config and use it for eslint,vitest,playwright (#31186)
This enables eslint to use the typescript parser and resolver which
brings some benefits that eslint rules now have type information
available and a tsconfig.json is required for the upcoming typescript
migration as well. Notable changes done:

- Add typescript parser and resolver
- Move the vue-specific config into the root file
- Enable `vue-scoped-css/enforce-style-type` rule, there was only one
violation and I added a inline disable there.
- Fix new lint errors that were detected because of the parser change
- Update `i/no-unresolved` to remove now-unnecessary workaround for the
resolver
- Disable `i/no-named-as-default` as it seems to raise bogus issues in
the webpack config
- Change vitest config to typescript
- Change playwright config to typescript
- Add `eslint-plugin-playwright` and fix issues
- Add `tsc` linting to `make lint-js`
2024-06-28 16:15:51 +00:00