ESLint
https://gyazo.com/eb4b04dafde987533b49f8e1b62d6e2f
#JavaScript #Lint
/icons/link2.icon公式ページ
Qiita.icon
Zenn.iconhttps://zenn.dev/topics/eslint
GitHub.icon eslint/eslint
twitter.iconhttps://twitter.com/geteslint
/icons/discord.iconhttps://discord.com/invite/8szcydm
Wikipedia.icon
概要
JavaScriptのLinter
基本ルール一覧
ESLintのルールは、目的を理解しやすいようにタイプごとにグループ化されています。各ルールには、次のことを示す絵文字があります。
✅Recommended
構成ファイルの「extends」:「eslint:recommended」プロパティにより、このルールが有効になります
🛠Fixable
このルールによって報告されたいくつかの問題は、-fixコマンドラインオプションによって自動的に修正可能です。
💡hasSuggestions
このルールによって報告されたいくつかの問題は、編集者の提案によって手動で修正可能です
https://eslint.org/docs/latest/rules/
TypeScript ESLint
https://typescript-eslint.io/
React用ルール
https://github.com/jsx-eslint/eslint-plugin-react
参考サイト
https://proative.net/eslint-prettier/