ultracite 4.0.2 → 4.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ code --install-extension bradlc.vscode-tailwindcss
26
26
 
27
27
  ## Setup
28
28
 
29
- Create an `biome.json` with the following contents:
29
+ Create a `biome.json` with the following contents:
30
30
 
31
31
  ```json
32
32
  { "extends": ["ultracite"] }
@@ -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 it with the following command:
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
@@ -38,5 +38,5 @@
38
38
  "type": "git",
39
39
  "url": "git+https://github.com/haydenbleasel/ultracite.git"
40
40
  },
41
- "version": "4.0.2"
41
+ "version": "4.0.4"
42
42
  }