//
形態と構成
JavaScriptコードの問題を特定し修正することに焦点を当てた、スタイリッシュな「六角形の盾」アイコン。
色彩心理学
特徴的なデジタルブルーとパープルは、ツールキットの知性、エネルギー、論理性を表しています。
デザイン要素
盾のモチーフは、ソフトウェアの健全性を最適化し保護するというツールの核心的な使命を反映しています。
ロゴは各所有者の商標です。識別目的でフェアユースに基づき使用しています。
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. It was created by Nicholas C. Zakas in 2013. Rules in ESLint are configurable, and customized rules can be defined and loaded. ESLint covers both code quality and coding style issues. ESLint supports current standards of ECMAScript, and experimental syntax from drafts for future standards. Code using JSX or TypeScript can also be processed when a plugin or transpiler is used.
出典:Wikipedia