v3.0.0
🚨 Breaking Changes
- Remove unnecessary
overridesand use theinferredParserprovided byplugins- by @u3u (cae47) - Enable semicolons in base config - by @u3u (3bcbd)
Note
Upgrade this config to
>=3.xversion, Prettier should automatically infer the plugin parser. If you are using the prettier-vscode extension, you need to upgrade to >=9.17.0 version for automatic inference of the plugin parser to take effect.
See this fix: prettier/prettier-vscode#3027