LoginSignup
2
1

More than 5 years have passed since last update.

ESLint v4.11.0

Last updated at Posted at 2017-11-11

v4.10.0 | 次 v4.12.0

ESLint 4.11.0 がリリースされました。
小さな機能追加とバグ修正が行われています。

質問やバグ報告等ありましたら、お気軽にこちらまでお寄せください。

🏢 日本語 Issue 管理リポジトリ
👫 日本語サポート チャット
🏢 本家リポジトリ
👫 本家サポート チャット

🚀 本体への機能追加

#9464: --format CLI オプションが npm パッケージをサポートしました

この CLI オプションは、eslint コマンドの表示フォーマットを制御します。もともとは組込のフォーマッターとファイルパスをサポートしていました。

今回、新たに npm パッケージをサポートしました。

$ npm install --save-dev eslint-formatter-pretty
$ eslint src --format pretty

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1