Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jul 19, 2024
1 parent 0503c55 commit 420cd05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@ While Ultracite is designed to be zero-config, you can modify anything you'd lik
}
}
```

## Notes

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:

```sh
pnpm add -D ultracite@3 eslint@8 prettier stylelint typescript jest
```

0 comments on commit 420cd05

Please sign in to comment.