Socket
Socket
Sign inDemoInstall

@arnaud-barre/prettier-plugin-sort-imports

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arnaud-barre/prettier-plugin-sort-imports

A small low-overhead TS-only Prettier plugin to sort imports


Version published
Maintainers
1
Created
Source

@arnaud-barre/prettier-plugin-sort-imports npm

A small low-overhead TS-only Prettier plugin to sort imports. Inspired by IanVS/prettier-plugin-import-sort.

This package is using a monkey-patch of the estree pinter preprocess to avoid a double code -> AST -> code pass. This is obviously not stable, but allows to get everything I need for 200 lines of code and without any dependency.

The plugin is published as an ESM module, so it requires Prettier 3.

This plugin sorts imports into 4 groups (bun:, node:, <packages>, .<relative>), with a natural sorting inside each group. Comments follow the imports they are attached too. There is no special handling for TS paths.

Features

  • Don't reorder imports across side effect imports
  • Enforce node: prefix
  • Merge imports statement from the same module
  • Use import type for type only imports

FAQs

Package last updated on 02 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc