Skip to content

v3.6.0

Compare
Choose a tag to compare
@IanVS IanVS released this 26 Oct 15:02

What's Changed

Features:

Add this to your prettier config file to get autocompletion and type checking:

// @ts-check

/** @type {import(https://github.com/ianvs/prettier-plugin-sort-imports).PrettierConfig} */
module.exports = { // ... your config

Maintenance:

  • Upgrade development dependencies by @IanVS in #42

Full Changelog: v3.5.2...v3.6.0