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
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
Videos
npm
npmjs.com › package › @ianvs › prettier-plugin-sort-imports
@ianvs/prettier-plugin-sort-imports - npm
A prettier plugins to sort imports in provided RegEx order. Latest version: 4.7.1, last published: a month ago. Start using @ianvs/prettier-plugin-sort-imports in your project by running `npm i @ianvs/prettier-plugin-sort-imports`. There are ...
» npm install @ianvs/prettier-plugin-sort-imports
Published Feb 04, 2026
Version 4.7.1
npm
npmjs.com › package › @ianvs › prettier-plugin-sort-imports › v › 4.0.0-alpha.0
ianvs/prettier-plugin-sort-imports
» npm install @ianvs/prettier-plugin-sort-imports
Published Aug 28, 2025
Version 4.0.0-alpha.0
GitHub
github.com › IanVS › prettier-plugin-sort-imports › issues
IanVS/prettier-plugin-sort-imports
An opinionated but flexible prettier plugin to sort import statements - IanVS/prettier-plugin-sort-imports
Author IanVS
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
GitHub
github.com › IanVS › prettier-plugin-sort-imports › blob › main › docs › MIGRATION.md
prettier-plugin-sort-imports/docs/MIGRATION.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
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 › 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 › issues › 33
Sorts not being applied on .prettierrc.js · Issue #33 · IanVS/prettier-plugin-sort-imports
Your Environment Prettier version: 2.7.1 node version: v16.5 package manager: 8.5.5 IDE: [VScode, CLI] Describe the bug When a file is .prettierrc imports are sorted. When the file is .prettierrc.js imports are not sorted. Expected behav...
Published Jul 24, 2022
Author FranciscoKloganB
GitHub
github.com › IanVS › prettier-plugin-sort-imports › issues › 4
[Feature] Combine type and value imports · Issue #4 · IanVS/prettier-plugin-sort-imports
Fixes: #4 Allows the ability for users to convert `import type` expressions into `import {type …}` expressions via a boolean flag. Should this be controlled via a string parameter? ... @IanVS well I did that first thing in #19, and the second thing in #20 (which builds upon #19).
Published Mar 17, 2022
Author IanVS
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
GitHub
github.com › IanVS › prettier-plugin-sort-imports › issues › 199
Incompatibility with `prettier-plugin-organize-attributes` · Issue #199 · IanVS/prettier-plugin-sort-imports
September 8, 2024 - Install and add prettier-plugin-organize-attributes plugin to your confirg and try and format import order and attribute order.
Published Jan 24, 2025
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 › IanVS › prettier-plugin-sort-imports › blob › main › package.json
prettier-plugin-sort-imports/package.json at main · IanVS/prettier-plugin-sort-imports
An opinionated but flexible prettier plugin to sort import statements - IanVS/prettier-plugin-sort-imports
Author IanVS
GitHub
github.com › IanVS › prettier-plugin-sort-imports › issues › 102
Feature: Remove Unused Imports · Issue #102 · IanVS/prettier-plugin-sort-imports
February 9, 2023 - https://www.npmjs.com/package/prettier-plugin-organize-imports already does this (through the typescript language service) but can't sort imports like we can as with the trivago plugin. I get that it's a 'prettier' plugin and this action might probably change the AST, but it could be opt-in and be a major differentiator from the trivago one · 👍React with 👍6vincerubinetti, magne4000, roottool, draylegend, serozhenka and 1 more · IanVS ·
Published May 30, 2023
GitHub
github.com › IanVS › prettier-plugin-sort-imports › issues › 36
Conflicts with prettier-plugin-tailwindcss · Issue #36 · IanVS/prettier-plugin-sort-imports
February 16, 2022 - It seems like this plugin is conflicting with prettier-plugin-tailwindcss and by uninstalling prettier-plugin-sort-imports it starts to work again. To Reproduce · yarn add -D prettier-plugin-tailwindcss · yarn add -D @ianvs/prettier-plugin-sort-imports · Expected behavior ·
Published Sep 07, 2022
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 › IanVS › prettier-plugin-sort-imports › issues › 162
Formatting Vue SFC files error with @vue/compiler-sfc@2.7.16 · Issue #162 · IanVS/prettier-plugin-sort-imports
December 11, 2023 - I made a respository which can reproduce this. https://github.com/shalldie/sort-import-err-in-compiler-sfc-2.7.16 · And here's the steps (also in README.md): Now is @vue/compiler-sfc@2.7.16 · pnpm i · format the file src/App.vue · it shows error: TypeError: Cannot read properties of undefined (reading 'match') Edit package.json to change the version to @vue/compiler-sfc@3.4.21 · run pnpm i · format the file src/App.vue · It works well. Contribute to @ianvs/prettier-plugin-sort-imports ·
Published Mar 19, 2024
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