gpt4 book ai didi

angular-cli - 禁用 "space indentation expected"错误

转载 作者:行者123 更新时间:2023-12-05 00:13:00 26 4
gpt4 key购买 nike

运行 ng lint 给了我很多“预期的空格缩进”错误,原因是我使用制表符而不是空格。我可以使用 4 个空格而不是制表符,但我不能使用 2 个空格缩进。

据我所知,angular cli 团队目前 doesn't have any plans to change the 2 space indentations ,但是有什么方法可以配置 linter 使其不会发出警告?

从 linting 中排除所有 .ts 文件对我来说不是一个可行的选择,将“tslint:disable-next-line:indent”放在所有文件中,如建议的 here也挺烦人的。

最佳答案

"indent": [
true,
"tabs",
4
],

在 tslint.json 中做到了。见 this文档中的引用。

关于angular-cli - 禁用 "space indentation expected"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49480253/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com