Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 623 Bytes

CHANGELOG.md

File metadata and controls

21 lines (12 loc) · 623 Bytes

CHANGELOG

2.0.0

  • 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.

1.0.2

  • Added "parser": "svelte" for parsing svelte files

1.0.1

  • Use overrides for svelte parsing

1.0.0 Initial release.