Skip to content

Tags: prettier/prettier-eslint

Tags

v15.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(docs): Change the return type of format function (docs & types) (#…

…751)

The return type was not updated when format function was changed to
an async function. This patch changes the type from `string` to
`Promise<string>`, this only affects language servers.

v15.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(prettier): Take Prettier 2.4.0's jsxBracketSameLine → bracketSa…

…meLine (#749)

BREAKING CHANGE: Support Prettier 2.4.0+

v14.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: ✨ Add TypeScript definitions (#739)

v14.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: 🐛 Support 'overrideConfigFile' option for ESLint (#745)