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.
Webclipse 为 Typescript 代码提供了很多格式化警告,例如,空格和使用双引号而不是单引号。后者很烦人,因为对字符串使用双引号是非常合适的。
是否可以自定义这些警告?
警告的 Webclipse 设置似乎位于 Angular 应用程序根目录的文件 tslint.json 中。更改这些设置的最简单方法是使用 Eclipse Quick Fix 选项,然后使用提示从 tslint.json 中删除此警告。