【Nuxt+ESLint+yarn】error and 0 warnings potentially fixable with the `–fix` optionが出たときの対応

構文チェックツールでエラーが出る

Nuxtでコードを直した時に以下のようなエラーが出る時の対処法です。

Nuxt.js + ESLint + yarnの環境です。

✖ 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

解決策

以下のコマンドを実行してください。

処理が間違っていない限りは自動で構文が直されます。

yarn run lint --fix

コメント

タイトルとURLをコピーしました