ts-lib-scripts 采用 [eslint](https://eslint.org/) 作为代码检测工具,对于大型代码库,速度非常慢,严重影响开发体验。社区中有更快的解决方案 [deno lint](https://github.com/denoland/deno_lint),速度是 eslint 的 50 倍,但是目前支持的检查规则不多,持续关注。