LoginSignup
1
0

More than 3 years have passed since last update.

[メモ] eslint-config-prettierのv8.0.0以降でextendsの設定の仕方が変わっていた

Posted at

概要

タイトルの通り、eslint-config-prettierのv8.0.0以降でextendsの設定の仕方が変わっていた。

結果、 prettier/reactprettier/@typescript-eslint 等のプラグインを指定しなくても全て prettier に含まれるようになったらしい。

ソース: Prettier > Installation

information_source Note: You might find guides on the Internet saying you should also extend stuff like "prettier/react". Since version 8.0.0 of eslint-config-prettier, all you need to extend is "prettier"! That includes all plugins.

現場からは以上です。

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