GitHub
github.com › IanVS › prettier-plugin-sort-imports
GitHub - IanVS/prettier-plugin-sort-imports: An opinionated but flexible prettier plugin to sort import statements · GitHub
A prettier plugin to sort import declarations by provided Regular Expression order, while preserving side-effect import order.
Author IanVS
npm
npmjs.com › package › @ianvs › prettier-plugin-sort-imports
@ianvs/prettier-plugin-sort-imports - npm
This can be used for edge-cases, such as when you have a named import with side-effects. Next, the plugin sorts the local imports and third party imports using natural sort algorithm.
» npm install @ianvs/prettier-plugin-sort-imports
Published Feb 04, 2026
Version 4.7.1
Videos
GitHub
github.com › IanVS › prettier-plugin-sort-imports › releases
Releases · IanVS/prettier-plugin-sort-imports
An opinionated but flexible prettier plugin to sort import statements - IanVS/prettier-plugin-sort-imports
Author IanVS
James Shopland
jamesshopland.com › blog › sort-imports-with-prettier
Organising your JavaScript imports with Prettier | James Shopland
October 6, 2023 - Today I’ll show you a plugin you can use on top of Prettier to have your imports automatically sorted, in a completely configurable way. From this: ... Before we start, make sure Prettier is installed an setup. ... Section titled 1. Installing the Prettier plugin · To begin with, we need to install @ianvs/prettier-plugin-sort-imports
GitHub
github.com › IanVS › prettier-plugin-sort-imports › issues › 205
Cannot resolve @ianvs/prettier-plugin-sort-imports (noop.js error) after cleaning node_modules · Issue #205 · IanVS/prettier-plugin-sort-imports
February 24, 2025 - Prettier should correctly resolve and load the @ianvs/prettier-plugin-sort-imports plugin even after cleaning and reinstalling dependencies, without error.
Published Feb 24, 2025
GitHub
github.com › IanVS › prettier-plugin-sort-imports › blob › main › docs › TROUBLESHOOTING.md
prettier-plugin-sort-imports/docs/TROUBLESHOOTING.md at main · IanVS/prettier-plugin-sort-imports
An opinionated but flexible prettier plugin to sort import statements - IanVS/prettier-plugin-sort-imports
Author IanVS
DEV Community
dev.to › diballesteros › how-to-quickly-sort-imports-with-prettier-3po7
How to quickly sort imports with Prettier - DEV Community
March 30, 2022 - Note that if you use this plugin, side-effect imports will also be sorted, which is not safe to do can result in a different behavior. I maintain a fork of the project which does not sort side-effects, if that's something that is important to you. github.com/IanVS/prettier-plugin-s...
GitHub
github.com › tailwindlabs › prettier-plugin-tailwindcss › issues › 314
Cannot find package '@ianvs/prettier-plugin-sort-imports' · Issue #314 · tailwindlabs/prettier-plugin-tailwindcss
June 26, 2024 - While I understand the "cannot find package" is due to me not having @ianvs/prettier-plugin-sort-imports installed, we're not required to need it and I don't want to sort my imports, just tailwind classes.
Published Aug 25, 2024
UNPKG
app.unpkg.com › @ianvs › prettier-plugin-sort-imports@4.7.1
UNPKG
A prettier plugins to sort imports in provided RegEx order · github.com/ianvs/prettier-plugin-sort-imports
GitHub
github.com › Tanimodori › ianvs-prettier-plugin-sort-imports › blob › main › docs › MIGRATION.md
ianvs-prettier-plugin-sort-imports/docs/MIGRATION.md at main · Tanimodori/ianvs-prettier-plugin-sort-imports
Use the importOrderSortSpecifiers to sort import specifiers. Use <THIRD_PARTY_MODULES> special word in importOrder to place your third party imports at any location. Disable case sensitivity in the soring via importOrderCaseInsensitive option.
Author Tanimodori
GitHub
github.com › tailwindlabs › tailwindcss › discussions › 11051
[Prettier Plugin] Incompatible with `@ianvs/prettier-plugin-sort-imports` when using `prettier.config.js` · tailwindlabs/tailwindcss · Discussion #11051
👋 I noticed that, despite being listed as a compatible plugin in the README, @ianvs/prettier-plugin-sort-imports is incompatible with prettier-plugin-tailwindcss. With the Tailwind plugin listed la...
Author tailwindlabs
GitHub
github.com › IanVS › prettier-plugin-sort-imports › discussions › categories › show-and-tell
IanVS/prettier-plugin-sort-imports Show And Tell · Discussions
Explore the GitHub Discussions forum for IanVS prettier-plugin-sort-imports in the Show And Tell category.
Author IanVS
ReversingLabs
secure.software › npm › packages › @ianvs › prettier-plugin-sort-imports › 4.4.1
ianvs/prettier-plugin-sort-imports@4.4.1 - npm
A prettier plugins to sort imports in provided RegEx order. For more information about this package, visit its homepage. The npm package @ianvs/prettier-plugin-sort-imports was scanned for malware, software tampering, risky behaviors, exposed secrets and known vulnerabilities.
jsDelivr
jsdelivr.com › package › npm › @ianvs › prettier-plugin-sort-imports
@ianvs/prettier-plugin-sort-imports CDN by jsDelivr - A CDN for npm and GitHub
March 24, 2023 - A free, fast, and reliable CDN for @ianvs/prettier-plugin-sort-imports. A prettier plugins to sort imports in provided RegEx order
Published Feb 26, 2022
npm
npmjs.com › package › prettier-plugin-sort-imports
prettier-plugin-sort-imports - npm
A prettier plugin that sorts import statements by either their length or alphabetically.
» npm install prettier-plugin-sort-imports
Published Feb 17, 2026
Version 1.8.11
Author Sander Ronde