Slide 6
Slide 6 text
Copyright© Medley, Inc. ALL RIGHTS RESERVED.
6
typescript-eslint[2]
● TypeScriptのためのESLintプラグイン
● TypeScript特有の機能や構⽂をサポートした約120のルールを提供*2024/05時点
ESLint[1]
● JavaScriptやTypeScriptのためのオープンソースの静的解析ツール
● コードの誤り検出やコーディング規約の遵守のために利⽤される
● ルールの選択やプロジェクト固有の設定による柔軟なカスタマイズが可能
背景:ESLintとtypescript-eslint
[1]Find and fix problems in your JavaScript code - ESLint - Pluggable JavaScript Linter, https://eslint.org/
[2]typescript-eslint, https://typescript-eslint.io/