如何从webstorm中的tslint.json导入代码格式设置?

时间:2016-06-19 18:42:37

标签: webstorm tslint

是否可以从webstorm中的Settings => Editor => Code Style => Typescript文件导入格式设置(tslint.json)?我在"node_modules/codelyzer"文件

中使用规则目录tslint.json

3 个答案:

答案 0 :(得分:11)

自2017年 WebStorm 版本以来,可以应用代码样式

只需打开 tslint.json ,WebStorm就会询问是否可以导入它。

WebStorm 2017.1 EAP, 171.2455: improved integration with TSLint

中阅读相关内容

答案 1 :(得分:2)

目前不可能。您可以投票并关注此功能请求的更新:https://youtrack.jetbrains.com/issue/WEB-19481

答案 2 :(得分:0)

从2018年开始,您可以手动应用TsLint设置:

  • 在编辑器或文件树(也可以是tslint.json)中找到您的tslint.yaml文件
  • 右键单击文件(同样可以是“编辑器”窗格或树中的文件)
  • 选择“应用TSLint代码样式规则” 。 (应该是最后的选择)

事件日志应更新为:

TSLint: The project code style and editor settings were updated based on 'tslint.json'.

来自JetBrains的更多信息(附图): WebStorm Help | Importing code style from a TSLint configuration file