是否可以从webstorm中的Settings => Editor => Code Style => Typescript
文件导入格式设置(tslint.json
)?我在"node_modules/codelyzer"
文件
tslint.json
答案 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: The project code style and editor settings were updated based on 'tslint.json'.
来自JetBrains的更多信息(附图): WebStorm Help | Importing code style from a TSLint configuration file