Closed2024/09/14にクローズ9eslintについて学ぶtkry2024/09/14https://dev.to/shivambmgupta/eslint-what-why-when-how-5f1d 返信を追加tkry2024/09/14https://eslint.org/ tkry2024/09/14に更新https://eslint.org/docs/latest/use/core-concepts/#parsers 組み込みのespree を使ってるらしい https://github.com/eslint/js/tree/main/packages/espree カスタムパーサーというのも使えるらしい tsはASTが違うからカスタムパーサーが必要らしい https://typescript-eslint.io/packages/parser/ 返信を追加tkry2024/09/14用語集 https://eslint.org/docs/latest/use/core-concepts/glossary tkry2024/09/14に更新ESQuery https://zenn.dev/sosukesuzuki/articles/9c17507e7c34f1 tkry2024/09/14ESTree https://github.com/estree/estree tkry2024/09/14 ESLint は、代わりにPrettierやdprintなどの専用フォーマッタを使用することを推奨しています。あるいは、ESLint Stylistic プロジェクトがフォーマット関連の lint ルールを提供しています。 tkry2024/09/14Flat config以前はもうレガシーconfigなんだな... 返信を追加tkry2024/09/14ちょっと膨大なのでこんなもんにしておく また気が向いたら再開する 返信を追加このスクラップは2024/09/14にクローズされました
tkry2024/09/14https://eslint.org/ tkry2024/09/14に更新https://eslint.org/docs/latest/use/core-concepts/#parsers 組み込みのespree を使ってるらしい https://github.com/eslint/js/tree/main/packages/espree カスタムパーサーというのも使えるらしい tsはASTが違うからカスタムパーサーが必要らしい https://typescript-eslint.io/packages/parser/ 返信を追加
tkry2024/09/14に更新https://eslint.org/docs/latest/use/core-concepts/#parsers 組み込みのespree を使ってるらしい https://github.com/eslint/js/tree/main/packages/espree カスタムパーサーというのも使えるらしい tsはASTが違うからカスタムパーサーが必要らしい https://typescript-eslint.io/packages/parser/
tkry2024/09/14用語集 https://eslint.org/docs/latest/use/core-concepts/glossary tkry2024/09/14に更新ESQuery https://zenn.dev/sosukesuzuki/articles/9c17507e7c34f1 tkry2024/09/14ESTree https://github.com/estree/estree tkry2024/09/14 ESLint は、代わりにPrettierやdprintなどの専用フォーマッタを使用することを推奨しています。あるいは、ESLint Stylistic プロジェクトがフォーマット関連の lint ルールを提供しています。 tkry2024/09/14Flat config以前はもうレガシーconfigなんだな... 返信を追加
tkry2024/09/14 ESLint は、代わりにPrettierやdprintなどの専用フォーマッタを使用することを推奨しています。あるいは、ESLint Stylistic プロジェクトがフォーマット関連の lint ルールを提供しています。