是否可以在 webstorm 中Settings => Editor => Code Style => Typescript
从我的文件中导入格式设置 ( )?我在我的文件中tslint.json
使用规则目录"node_modules/codelyzer"
tslint.json
问问题
5439 次
3 回答
15
从 2017 WebStorm版本开始,可以应用代码样式。
只需打开tslint.json,WebStorm 就会询问是否可以导入它。
在 WebStorm 2017.1 EAP, 171.2455 中阅读它:改进与 TSLint 的集成
于 2017-03-30T22:59:54.470 回答
2
目前是不可能的。您可以投票支持并关注此功能请求的更新:https ://youtrack.jetbrains.com/issue/WEB-19481
于 2016-06-20T08:23:03.627 回答
0
自 2018 年起,您可以手动应用 TsLint 设置:
- 在编辑器或文件树中找到您的
tslint.json
文件(也可以是tslint.yaml
) - 右键单击文件(同样,这可以是编辑器窗格或树中的文件)
- 选择应用 TSLint 代码样式规则。(应该是最后一个选项)
事件日志应更新为:
TSLint: The project code style and editor settings were updated based on 'tslint.json'.
来自 JetBrains 的更多信息(带图片): WebStorm 帮助 | 从 TSLint 配置文件导入代码样式
于 2019-03-23T18:09:57.210 回答