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 cfae8ec commit a6fa0cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ While Ultracite is designed to be zero-config, you can modify anything you'd lik
}
```

You can also disable rules on a per-line basis by adding a comment to the end of the line:

```tsx
// biome-ignore lint/security/noDangerouslySetInnerHtml: I do what I want mate.
<div dangerouslySetInnerHTML={{ ... }} />
```

## 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:
Expand Down

0 comments on commit a6fa0cb

Please sign in to comment.