コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Closure Linter のサポートを終了
JavaScript の構文は進化し続けており、ES2015 以降では、Closure Linter を最新の状態に保つことがますます困難になっています。スタッフ割り当てがなくなり、メンテナンスが行われなくなり、非推奨となります。Google のほとんどのプロジェクトは、新しい linter に移行されました。
Closure ツールを使用しているチームは、代わりに Closure Compiler ベースの新しい linter を使用することをおすすめします。これを行うには、--jscomp_warning=lintChecks
をコンパイラに渡すか、スタンドアロン リンター バイナリをビルドします。詳細については、Closure Compiler の wiki をご覧ください。このページの残りの情報は、引き続き Closure Linter を使用しているチームのために一定期間保存されます。
Closure Linter とは
Closure Linter は、演算子の配置、セミコロンの欠落、スペース、JsDoc アノテーションの存在などのスタイルに関する問題について、JavaScript ファイルをチェックするユーティリティです。
Closure Linter ができること
Closure Linter は、プロジェクトのすべての JavaScript コードが、Google JavaScript スタイルガイドのガイドラインを遵守していることを確認します。また、多くの一般的なエラーを自動的に修正できるため、時間を節約し、コーディングに集中できます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-05 UTC。
[[["わかりやすい","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"]],["最終更新日 2022-12-05 UTC。"],[[["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."]]],[]]