Slide 25
Slide 25 text
Lint
・ECMAScript 6+ の書き方をメンバーにも浸透させるため、型定義に加えて静的解析も必要
・TypeScript チームは TSLint ではなく ESLint をメンテナンスしていく方針にアナウンス(Jan, 2019 )
・https://eslint.org/blog/2019/01/future-typescript-eslint
・typescript-eslint のプロジェクトが今後の開発対象
・https://github.com/typescript-eslint/typescript-eslint
・ルールは ESLint で書き、@typescript-eslint/parser を用いることが今後の標準
・JavaScript -> TypeScript への移行時も静的解析ツールの移行コストは最低限