mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
Generated
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
# Style Order for Prettier
|
||||
|
||||
__Style Order__ is a [Prettier](https://prettier.io/) plugin which sorts property declarations and groups related properties.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm i -D prettier-plugin-style-order
|
||||
```
|
||||
|
||||
That's it! Prettier should automatically find/use the plugin.
|
||||
|
||||
If it doesn't seem to be working, refer to Prettier's [plugin docs](https://prettier.io/docs/en/plugins.html) for more in-depth directions.
|
||||
|
||||
## Credits
|
||||
|
||||
- [`postcss-sorting`](https://github.com/hudochenkov/postcss-sorting)
|
||||
- [`stylelint-config-rational-order`](https://github.com/constverum/stylelint-config-rational-order)
|
||||
- [`prettier-plugin-package`](https://github.com/shellscape/prettier-plugin-package)
|
||||
Reference in New Issue
Block a user