https://github.com/sjwall/prettier-plugin-cspell
Prettier CSpell plugin to make the order of properties nice.
https://github.com/sjwall/prettier-plugin-cspell
cspell prettier prettier-plugin
Last synced: 8 months ago
JSON representation
Prettier CSpell plugin to make the order of properties nice.
- Host: GitHub
- URL: https://github.com/sjwall/prettier-plugin-cspell
- Owner: sjwall
- Created: 2025-02-13T20:31:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T12:39:03.000Z (8 months ago)
- Last Synced: 2025-02-15T13:32:36.237Z (8 months ago)
- Topics: cspell, prettier, prettier-plugin
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# prettier-plugin-cspell
[][npm]
[][npm]
[][license]
[][pr]A [Prettier] plugin to sort the keys of a [CSpell] dictionary file.
Config sorting coming soon!
## Installation
```sh
npm i -D prettier prettier-plugin-cspell
```Update prettier config
```diff
{
+ "plugins": [
+ "prettier-plugin-cspell"
+ ]
}
```[prettier]: https://github.com/prettier/prettier
[cspell]: https://cspell.org/
[license]: https://github.com/sjwall/prettier-plugin-cspell/blob/main/LICENSE
[npm]: https://www.npmjs.com/package/prettier-plugin-cspell
[pr]: http://makeapullrequest.com