gpt4 book ai didi

jshint - 如何更改我的编辑器的 linter 配置 ATOM .jshintrc 设置我在哪里放

转载 作者:行者123 更新时间:2023-12-02 09:35:27 25 4
gpt4 key购买 nike

我想在 Atom 编辑器上设置我的 JSHint。我应该将 .jshintrc 文件放在 Atom 中的什么位置?

这是我的 .jshintrc 文件

"globals": {
"$": false,
"jQuery": false
}

我正在使用 linter-jshint包。

我尝试将代码放入 Atom 的 config.cson 但它似乎不起作用。

'global':
'editor':
'showIndentGuide': true
'tabLength': 4
'fontSize': 14
'invisibles': {}
'exception-reporting':
'userId': '807682f7-4468-e7ec-677e-6968e54390c6'
'welcome':
'showOnStartup': false
'core':
'themes': [
'atom-dark-ui'
'monokai'
]
'linter':
'showAllErrorsInStatusBar': true
'linter-jshint':
'jshintExecutablePath': 'Yosemite/Users/hyunahn/.atom/packages'

最佳答案

作为the documentation states ,您可以在根目录或任何子文件夹中有一个 .jshintrc 文件:

"Supports custom .jshintrc file in project root and all parent directories"

关于jshint - 如何更改我的编辑器的 linter 配置 ATOM .jshintrc 设置我在哪里放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26856312/

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