Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@yairkukielka yairkukielka released this 17 Sep 07:04

Release notes :

  • BREAKING: Removed "pluginSearchDirs": ["."] in svelte parsing to make it more friendly with Prettier 3. This gets rid of this warning when using prettier 3:
[warn] Ignored unknown option { pluginSearchDirs: ["."] }

Note that if you are using Prettier 2, please use version 1 of this prettier-config package. Added a note in the README about this.