PhpStorm 无法配置 JSHint
PhpStorm can't configure JSHint
无法弄清楚如何更改 .jshintrc 文件以使 JSHint 在不添加 'window' 的情况下看到 window
对象中的变量。
.jshintrc
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"undef": true,
"unused": true,
"node": true,
"evil": true,
"sub": true,
"esversion": 6,
"globals": {
"window": true,
"JSON": false,
"jQuery": true,
"define": false,
"module": false,
"noGlobal": true
}
无法设置 JSHint 来接受在 window
对象中创建的变量。请参阅 https://github.com/jshint/jshint/issues/2555#issuecomment-122302652 了解可能的解决方法
无法弄清楚如何更改 .jshintrc 文件以使 JSHint 在不添加 'window' 的情况下看到 window
对象中的变量。
.jshintrc
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"undef": true,
"unused": true,
"node": true,
"evil": true,
"sub": true,
"esversion": 6,
"globals": {
"window": true,
"JSON": false,
"jQuery": true,
"define": false,
"module": false,
"noGlobal": true
}
无法设置 JSHint 来接受在 window
对象中创建的变量。请参阅 https://github.com/jshint/jshint/issues/2555#issuecomment-122302652 了解可能的解决方法