mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-30 22:08:05 +00:00
fix
This commit is contained in:
parent
4203080a91
commit
d8ca5ebd60
1 changed files with 4 additions and 3 deletions
|
@ -25,11 +25,10 @@ Need to install the following packages:
|
|||
@eslint/create-config
|
||||
Ok to proceed? (y) <Enterキーを入力>
|
||||
...
|
||||
いくつか質問が続きます。それぞれ矢印キーとEnterキーを入力して回答してください。
|
||||
なお回答後に作られる設定ファイルを直接編集することで設定を変更することもできます。
|
||||
...
|
||||
```
|
||||
|
||||
いくつか質問が続きます。それぞれ矢印キーとEnterキーを入力して回答してください。
|
||||
|
||||
| 質問 | 回答例 |
|
||||
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
|
||||
| How would you like to use ESLint? (ESLintをどのように使いたいですか?) | To check syntax and find problems (シンタックス検査と問題点の検出) |
|
||||
|
@ -41,6 +40,8 @@ Ok to proceed? (y) <Enterキーを入力>
|
|||
| Would you like to install them now? (今すぐインストールしますか?) | Yes (はい) |
|
||||
| Which package manager do you want to use? (どのパッケージマネージャを使用しますか?) | npm |
|
||||
|
||||
なお、回答後に作られる設定ファイルを直接編集することで設定を変更することもできます。
|
||||
|
||||
## 実行方法
|
||||
|
||||
導入したESLintは、`npx eslint` コマンドを使用することで実行できます。
|
||||
|
|
Loading…
Add table
Reference in a new issue