0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[VS Code] Javascriptのチェックツール「ESLint」を設定してみた

Posted at

ESLint設定理由

業務で書いたソース内に以下のように読みにくい部分が多くなっていた。

 ・ 「""」 と 「''」 が混在している
 ・ 文末の「;」の有無が統一されていない
 ・ インデントのスペースが統一されていない

そして、ESLintで簡単に修正できることを知り設定。

ESLintの設定

VS CodeにESLintを設定する
https://qiita.com/Mount/items/5f8196b891444575b7db

ESLintのいろんな設定

ESLintのルールを全部手動で設定するのは大変だからやめておけ
https://qiita.com/khsk/items/0f200fc3a4a3542efa90

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?