ultracite 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ You can also disable rules on a per-line basis by adding a comment to the end of
|
|
|
84
84
|
|
|
85
85
|
## Notes
|
|
86
86
|
|
|
87
|
-
Ultracite was previously built on [ESLint](https://eslint.org/), [Prettier](https://prettier.io/) and [Stylelint](https://stylelint.io/). If you'd like to use stack, you can install
|
|
87
|
+
Ultracite was previously built on [ESLint](https://eslint.org/), [Prettier](https://prettier.io/) and [Stylelint](https://stylelint.io/). If you'd like to use that stack, you can install a compatible version of Ultracite with the following command:
|
|
88
88
|
|
|
89
89
|
```sh
|
|
90
90
|
pnpm add -D ultracite@3 eslint@8 prettier stylelint typescript jest
|
package/package.json
CHANGED