LoginSignup
3
0

More than 5 years have passed since last update.

とりあえずESlintを導入したい

Posted at

Reactとか、NodeのアプリケーションにESlintをとりあえず導入したい。
細かい設定はめんどくさいからAirbnbとか有名どころのスタイルに合わせたい。

インストール

ローカルにインストールするのがオススメです。

$ npm install --save-dev eslint

対話形式で設定

ローカルにインストールされたeslintを実行するためにnpxコマンドを使います。

$ npx eslint --init

で4つの質問に答えるだけ!
ちなみに僕はこんな感じです。
スクリーンショット 2017-11-09 12.03.28.png

完了!

atomやらvscodeのエディタにeslintのプラグインが入っていたらきっちり怒ってくれます。
スクリーンショット 2017-11-09 12.01.18.png
constlet使ってねと言われました。

3
0
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
3
0