透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Closure Linter 已淘汰
隨著 JavaScript 語法持續演進 (ES2015 以上版本),要讓 Closure Linter 保持在最新狀態變得越來越困難。這個論壇沒有工作人員,也不會維護,而且已遭淘汰。
Google 的大多數專案都已遷移至新版 Lint。
如果團隊使用 Closure 工具,建議改用以 Closure 編譯器為基礎的新版 Linter。方法是將 --jscomp_warning=lintChecks
傳遞至編譯器,或建構獨立的 Linter 二進位檔;詳情請參閱
Closure 編譯器 Wiki
。對於仍在使用 Closure Linter 的團隊,本頁的其餘資訊將保留一段時間。
什麼是 Closure Linter?
Closure Linter 是一種公用程式,可檢查 JavaScript 檔案是否有樣式問題,例如運算子位置、缺少半形分號、間距、JsDoc 註解等。
Closure Linter 可以為我做什麼?
Closure Linter 可確保專案的所有 JavaScript 程式碼都符合 Google JavaScript 樣式指南的規範。還能自動修正許多常見錯誤,節省您的時間,讓您專注於編碼。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["Closure Linter is deprecated and no longer actively maintained due to difficulties in keeping up with evolving JavaScript syntax."],["Google recommends using the new linter integrated with Closure Compiler by passing `--jscomp_warning=lintChecks` to the compiler or building the standalone linter binary."],["Closure Linter, while deprecated, is a tool used for checking JavaScript files for style issues, ensuring code follows Google JavaScript Style Guide, and automatically fixing common errors."]]],[]]