Conversation
## 対象者 - [x] 📖 読者 ## Problem ESLintチュートリアルで、ESLintのバージョンを `v9.39.2` と記載していました。しかし、現在 `npm init -y @eslint/config@latest` でインストールされるESLintは `v10.2.0` にメジャーバージョンアップしており、チュートリアルの記載と実際のインストール結果が一致しない状態でした。 ## Solution `docs/tutorials/eslint.md` のバージョン表記を `v9.39.2` から `v10.2.0` に更新しました。 回帰テストにより、ウィザードの出力、設定ファイルの内容、各ルールの動作はすべてチュートリアル通りに動作することを確認済みです。 ## Value 読者がチュートリアルを進める際に、実際にインストールされるESLintのバージョンとチュートリアルの記載が一致し、混乱なく学習を進められるようになります。 --- Close #1101
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
対象者
Problem
ESLintチュートリアルで、ESLintのバージョンを
v9.39.2と記載していました。しかし、現在npm init -y @eslint/config@latestでインストールされるESLintはv10.2.0にメジャーバージョンアップしており、チュートリアルの記載と実際のインストール結果が一致しない状態でした。Solution
docs/tutorials/eslint.mdのバージョン表記をv9.39.2からv10.2.0に更新しました。回帰テストにより、ウィザードの出力、設定ファイルの内容、各ルールの動作はすべてチュートリアル通りに動作することを確認済みです。
Value
読者がチュートリアルを進める際に、実際にインストールされるESLintのバージョンとチュートリアルの記載が一致し、混乱なく学習を進められるようになります。
Close #1101