Skip to content

Commit

Permalink
docs: ESLintの「JetBrains IDEとESLintを統合しよう」にJetBrains IDEを知らない人が混乱しないよう…
Browse files Browse the repository at this point in the history
…にしました

Signed-off-by: suin <suinyeze@gmail.com>
  • Loading branch information
suin committed Oct 18, 2024
1 parent 85b0d8d commit db496c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tutorials/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,10 @@ npx eslint .

[vs codeとeslintを統合しよう]: #vs-codeとeslintを統合しよう

:::info
このステップはVS Codeを使っている方向けの内容です。WebStormなどのJetBrains IDEを使っている方は、[JetBrains IDEとESLintを統合しよう]を参照してください。これからVS Codeを導入する方は、[VS Codeの公式サイト](https://code.visualstudio.com/download)からダウンロードしてください。
:::

ここでは、Visual Studio Code(VS Code)に、ESLintを組み込む方法を説明します。

ESLintはコマンドひとつでコーディング規約をチェックできるようになり、それだけでも便利です。しかし、VS CodeとESLintを統合するとさらに便利になります。コードを書いているときに、リアルタイムで問題点のフィードバックが得られるようになるからです。
Expand All @@ -1078,6 +1082,10 @@ VS CodeとESLintを統合するには、[ESLintの拡張](https://marketplace.vi

[jetbrains ideとeslintを統合しよう]: #jetbrains-ideとeslintを統合しよう

:::info
このステップはJetBrains IDE(WebStorm、IntelliJ IDEA、PyCharmなど)を使っている方向けの内容です。VS Codeを使っている方は、[VS CodeとESLintを統合しよう]を参照してください。
:::

ここでは、WebStormなどのJetBrains IDEに、ESLintを組み込む方法を説明します。

ESLintはコマンドひとつでコーディング規約をチェックできるようになり、それだけでも便利です。しかし、JetBrains IDEとESLintを統合するとさらに便利になります。コードを書いているときに、リアルタイムで問題点のフィードバックが得られるようになるからです。
Expand Down

0 comments on commit db496c9

Please sign in to comment.