目前我正在我的量角器/繁重的測試,但我得到了如下錯誤信息: 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
我認爲我的.jshintrc文件沒有被讀取,因爲我已經添加了這個條件。 .jshintrc {
"esversion": 6
}
Gruntfile.js jshint
我將indent設置爲4.如果我刪除源文件中的所有縮進,JSHint不會失敗。它檢查除縮進之外的所有其他內容。我如何得到它來檢查縮進? 此外,我已經安裝了jshint-eclipse插件,它也行不通! 這裏是我的GruntFile的摘錄: // Make sure code styles are up to par and there are no obvious mistakes
jshint
我是一個開發小型Web應用程序的新手,使用HTML,JavaScript(Angular 1.5.0)& CSS。我正在使用Grunt來處理jslint,縮小我的JavaScript和CSS文件。我的Javascript代碼包含由d3.js創建的SVG圖像。 我目前正從jshint以下警告: line 1932 col 32 Don't make functions within a loop.