Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Phpstorm 中的 tslint 可以自动为我修复代码吗?
是的 tslint 现在可以自动修复一些错误。在代码的根目录下运行它:
tslint src/**/*.ts --fix