3
0

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.

ES Lint 使いたいけど VS Code が勝手にダブルクオートの置換をするのでうざい

Last updated at Posted at 2019-03-25

ES Lint 使いたいけど VS Code が勝手にダブルクオートの置換をするのでうざい

Vue CLI で AirBnB の ES Lint 設定をしたけど、VS Code が勝手に文法修正するので文法エラーのアラートが消えない

試したこと

プラグイン

以下が有効になっていたのでワークスペース無効にした

  • Beautify
  • Prettier

VS Code 設定

  • Vetur > Format > Default Formatter:JS -> none にする
  • Pretter:Single Quote -> true にする

VS Code で開いているファイルを開き直さないと反映されないことがある気がする
変更したらローカルサーバも再起動した方がいい気がする

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?