Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nedjulius/prettier-plugin-stylex-ke…
Browse files Browse the repository at this point in the history
…y-sort
  • Loading branch information
nedjulius committed Mar 19, 2024
2 parents 1038d82 + 8527666 commit 71202f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Prettier plugin that sorts StyleX keys according to [StyleX property priorities]
}
```

`npx prettier --write '**/*.{ts|js|tsx|jsx}'`
`npx prettier --write '**/*.{ts,js,tsx,jsx}'`

### Without config

`npx prettier --write '**/*.{ts|js|tsx|jsx}' --plugin=prettier-plugin-stylex-key-sort`
`npx prettier --write '**/*.{ts,js,tsx,jsx}' --plugin=prettier-plugin-stylex-key-sort`

## Options

Expand Down Expand Up @@ -53,4 +53,4 @@ Prettier plugin that sorts StyleX keys according to [StyleX property priorities]
- Any contributions are welcome
- Please open an issue if you encounter any bugs
- Make sure an issue exists before you create a pull request
- Act according to the code of conducting when contributing to the project
- Act according to the code of conduct when contributing to the project

0 comments on commit 71202f6

Please sign in to comment.