Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,24 @@ import { add, filter, repeat } from '../utils';

### Install

npm
using npm

```shell script
npm install --save-dev @trivago/prettier-plugin-sort-imports
```

or, using yarn
using yarn

```shell script
yarn add --dev @trivago/prettier-plugin-sort-imports
```

using pnpm

```shell script
pnpm add -D @trivago/prettier-plugin-sort-imports
```

**Note: If you are migrating from v2.x.x to v3.x.x, [Please Read Migration Guidelines](./docs/MIGRATION.md)**

**Note: If formatting `.vue` sfc files please install `@vue/compiler-sfc` if not in your dependency tree - this normally is within Vue projects.**
Expand Down