Kevin Law

Results 5 issues of Kevin Law

## Description Before this commit, Domain property of `set-cookie` header was trying to remove. But the regex is incorrect with lazy mode, cause if we had a `JSESSIONID=monster;Domain=httpbin.com;`, after proxy...

close https://github.com/umijs/umi/issues/10584

当前项目生成文件时,使用的 prettier 配置来自于 ```@umijs/fabric```,导致两个小问题: 1. 默认的 prettier 配置与引用项目实际使用的配置可能不符,需要二次格式化; 2. 导致较多的次级依赖,比如vscode 项目打开时,始终提示stylelint 13 升级14 的警告; 该PR移除了 ```@umijs/fabric```依赖,将其prettier配置部分添加到项目的.prettierrc.js配置文件中;生成文件时,加载工作目录下的 prettier 配置,对生成的文件进行格式化。

这个pr主要包含两个点: 1. 当前的使用方式需要由本地的`ts-node` 执行代码,但实际项目中,经常没有`ts-node`或者 `tsx` 这类依赖, 直接支持 cli 配合读取项目的配置文件应该是一个更好的使用方式。 2. 配置文件中以数组的方式支持同时配置多个 openapi endpoint,满足项目可能同时对接多个服务的场景。 不确定 **openapi2ts** 这个cli 的命令是否合适,欢迎讨论。

- [x] Run tests - [x] Update the [`CHANGELOG.md`][1] with a summary of your changes [1]: https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md This issue has been metion in thread #3003 and #3424. Currently, Prettier only...